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:
@@ -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
|
||||
|
Reference in New Issue
Block a user