GithubHelp home page GithubHelp logo

p2004a / pulseaudio-chromecast-sink Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 1.0 131 KB

License: Other

CMake 2.50% C++ 88.69% Shell 0.14% Protocol Buffer 1.05% HTML 0.29% JavaScript 6.10% Python 1.22%

pulseaudio-chromecast-sink's Introduction

PulseAudio sink for Chromecast

Application for creating virtual audio sinks in PulseAudio that send all audio to Google Chromecast Audio.

Application is in development stage. There is still some work to be done before it will be usable by end users. The biggest issue right now is that, Chromecast receiver app is not published yet. If you want to use this application right now, you have register it in Google Cast SDK Developer Console and host code on your own.

If you want to help in development, look for TODOs in code. There is also a lot of refactoring work needed.

Build

This program requires following libraries to be installed in your system: Asio (standalone), libavahi-client, libpulse, protobuf-lite, spdlog, OpenSSL, WebSocket++, nlohmann/json, gflags.

The build process also requires protoc protobuf compiler to be installed.

$ git clone https://github.com/p2004a/pulseaudio-chromecast-sink
# cd pulseaudio-chromecast-sink
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Release
$ make -j

Development

Code style

The code style is defined in .clang-format file. All code should be formatted using clang-format with that style file.

To format all code in this repository you can run provided script:

$ ./format-all.sh

To make sure that you never commit incorrectly formatted code you can set up simple pre-commit hook script from this repository:

$ ln -s ../../pre-commit.py .git/hooks/pre-commit

The script requires python >= 3.4 installed in your system.

License

For licensing information see file COPYING.txt.

pulseaudio-chromecast-sink's People

Contributors

p2004a avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar ex avatar

Forkers

alexfansz

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.