nico d79982b830 vor 8 Jahren
..
tests 8ea917529a [Tests] #234 player modularity tests vor 8 Jahren
README.md d79982b830 vor 8 Jahren
__init__.py 3e5c2b0fa9 [Feature] #234 Player modularity vor 8 Jahren
sounddeviceplayer.py dec1438350 [Test] replace ffmpeg to libav-tools and start refactoring test vor 8 Jahren

README.md

SoundDevicePlayer

This Player is based on the sounddevice and soundfile engines

Input parameters

parameter required default choices comment
convert_to_wav no TRUE True, False Convert the generated file from the TTS into wav before reading

Example settings

default_player: "sounddeviceplayer"

players:  
  - sounddeviceplayer:
     convert_to_wav: True

Notes

This Player does not handle mp3 format, converting mp3 to wav might be required.