pgaskin / pulseaudio-win32

An up-to-date PulseAudio build for Windows with an installer, service, socket support, bug fixes, and new features.
https://pgaskin.net/pulseaudio-win32
MIT License
72 stars 6 forks source link

PulseAudio Sink over CLI is Playing WAY to fast #13

Closed Dracrius closed 2 years ago

Dracrius commented 2 years ago

With pulseaudio running on a windows 10 machine using module-cli-protocol-tcp to send TTS messages from openhab using (https://www.openhab.org/addons/bindings/pulseaudio/) I am receiving the audio clips at crazy play back speeds. Even reducing the playback to 1/4 speed is not understandable. While it may be easy to blame openhab the same messages play at a standard speed when sent to another speaker source and a wav played locally via pactl appears to play normally so presumably it has the most to do with the module-cli-protocol-tcp but I have also posted an issue with the bindings github (https://github.com/openhab/openhab-addons/issues/11662). At the moment I can not find a way to verify who's causing the issue as I can't seem to figure out how to send a test sound to cli using telnet and putty.

Dracrius commented 2 years ago

Tracked it down to this issue with the other code ie the client software https://github.com/openhab/openhab-addons/issues/11630