rtlmic icon indicating copy to clipboard operation
rtlmic copied to clipboard

Support for other audio output options?

Open andyboeh opened this issue 5 years ago • 0 comments

Hey,

thanks for rtlmic, it works great! I'm a teacher and I use it to live-stream from the classroom - much less hassle than carrying around the receiver. As it only supports JACK, I run the following steps to connect it to PulseAudio (the parameters to rtlmic are trial-and-error-based, I know some are the default anyway):

jackd -ddummy -r48000 -p512 &
pactl load-module module-jack-source channels=1
rtlmic -e 2 -E 10 -a 5 -w 50000 864375000 &
jack_connect rtlmic:channel_1 'PulseAudio JACK Source:mono'

I was wondering whether built-in support for PulseAudio would make sense?

I never did Audio programming, maybe you could give me a hint where to start and I'll try it on my own?

Thanks

andyboeh avatar Jun 08 '20 13:06 andyboeh