jakemoroni / audio_async_loopback

Real-time S/PDIF PCM/AC3 capture and playback
GNU General Public License v3.0
26 stars 7 forks source link

added config, options #3

Closed Form2 closed 2 years ago

Form2 commented 2 years ago

Added PULSE_ALLOW_DEFAULT_DEVICE to allow user to omit specifying device argument.

Added PCM_PREFER_STEREO to allow prevention of surround. I had intermittent issues using stereo, seems to fix it.

Added a .gitignore and CMakeLists.txt (I use CLion)

This is literally the first pull request I've ever opened, so my b if I did anything annoying or stupid. Tested it thoroughly.

jakemoroni commented 2 years ago

Hello,

Thanks for taking an interest in the project. If you plan on pursuing this again, I’d prefer if the cmake stuff was broken out into a separate request.

Thanks!