Fornoth / spotify-connect-web

MIT License
435 stars 64 forks source link

PyAudio / PortAudio #136

Closed mickvdv closed 1 year ago

mickvdv commented 7 years ago

After I had some issues with built in alsa sound stuff that I couldn't fix. I added PortAudio support using the PyAudio package. This replaces the usage of the AlsaSink with the added PortAudioSink when "--port_audio on" is used.

Also changed to volume scale from linear to logarithmic.