mo-g / thewireless

1950 Called. It Wants It's Radio Back.
GNU Affero General Public License v3.0
0 stars 0 forks source link

Audio routing not implemented #8

Open mo-g opened 1 year ago

mo-g commented 1 year ago

Curretly only handles default Speaker() due to lack of proper routing internally to the app.

mo-g commented 3 months ago

To be clear, I don't really have a need for anything else right now. So this is a "code it if you want it!". node-alsa would probably be a good starting point.

mo-g commented 3 months ago

Slightly-implemented, in that audio is now routed internally to a single Speaker() instance managed by the daemon instead of a bunch of them being simultaneously spawned by the active radio streams. So; you can just replace that one Speaker() instance with a WritableStream of your choice.