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 | |
AlsaAudioPlayer | AlsaAudioPlayer | Does not handle mp3 |
PyAudioPlayer | PyAudioPlayer | Does not handle mp3 |
SoundDevicePlayer | SoundDevicePlayer | Does not handle mp3 |
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.