1
0
mirror of https://github.com/xfjx/TonUINO.git synced 2025-09-02 00:32:39 +02:00

adds support for new audio prompts in advert folder

This commit is contained in:
Stephan Eisfeld
2018-08-13 20:52:21 +02:00
parent 9bac979cf3
commit e58a15ee2e

View File

@@ -1,3 +1,4 @@
#!/bin/sh
mkdir mp3
mkdir advert
awk -F'|' '{system("say -v Anna -o outfile.aiff " $2 " && ffmpeg -y -i outfile.aiff -acodec libmp3lame -ab 128k -ac 1 " $1 " && rm outfile.aiff")}' < audio_messages.txt