protyposis / LocalAudioBroadcast

Streams local Windows audio playback into a UPnP network
Apache License 2.0
34 stars 3 forks source link

audio/L24 #4

Closed resom78 closed 8 months ago

resom78 commented 6 years ago

Hi,

Your app is simply amazing, It's a shame it's not more famous!! It's not an issue but more a request: Could you add the possibiliy to stream audio/L24 format because many renderers are now capable of this! It would be nice to have this choice in the GUI! Another point: is the WASAPI loopback capture based on the resolution of the sound card? It means if I set my output to 24bit/96KHz, the sound capture will be at this rate or do you resample everything to 16bit/44100Hz?

Thanks a lot!

protyposis commented 6 years ago

Hi, and thank you! I cannot say at this point if I am going to implement this, but I can answer the rest: It is definitely possible to implement, and yes the loopback capture is based on the sound card respectively the settings in the sound driver. Currently the sample rate is already directly used, so if you set your output to 96 kHz there is no resampling and it will be streamed with 96 kHz. The same would apply to the bit depth once the hardcoded L16 output is removed.

protyposis commented 8 months ago

Closing due to repo archival.