A player is a module that Kalliope will use when playing a sound generated from a TTS engine. You can define them in your settings.yml file.
Core Players are already packaged with the installation of Kalliope an can be used out of the box.
Name | Description | Note |
---|---|---|
mplayer | mplayer | Based on mplayer software |
pyalsaaudio | AlsaAudioPlayer | Based on pyalsaaudio lib |
pyaudioplayer | PyAudioPlayer | Based on pyaudio lib |
sounddeviceplayer | SoundDevicePlayer | Based on sounddevice lib |
Community Players need to be installed manually.
Wanna add your Player in the list? Open an issue and send a pull request to update the list directly.