festvox / speech_tools

Edinburgh Speech Tools
Other
56 stars 25 forks source link

Decouple ALSA and PulseAudio audio modules #33

Closed zeehio closed 4 years ago

zeehio commented 4 years ago

On Debian (and other distributions), the package maintainers need to compile both ALSA and PulseAudio support, so users can choose the audio module they prefer. Before this PR, speech-tools is built with either ALSA or PulseAudio support, but not both. With this pull request, PulseAudio becomes an independent audio module (like esdaudio).

This PR is improved from https://salsa.debian.org/tts-team/speech-tools/-/blob/master/debian/patches/pulseaudio_and_alsa.diff