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

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.