You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add two sub commands that process a batch of inputs.
batch-text
batch-ssml
The input file to this two sub commands is of the following format:
/home/user/1.txt
/home/user/2.txt
It produces the following files:
/home/user/1.mp3
/home/user/2.mp3
As an improvement, we might add a --output argument that specifies how the output file should be named.
e.g. for ./1.txt, --output=/home/user/Downloads/[name].mp3 produces /home/user/Downloads/1.mp3
and --output=/home/user/Downloads/xxx[name].mp3 produces /home/user/Downloads/xxx1.mp3
The text was updated successfully, but these errors were encountered:
Add two sub commands that process a batch of inputs.
batch-text
batch-ssml
The input file to this two sub commands is of the following format:
It produces the following files:
As an improvement, we might add a
--output
argument that specifies how the output file should be named.e.g. for
./1.txt
,--output=/home/user/Downloads/[name].mp3
produces/home/user/Downloads/1.mp3
and
--output=/home/user/Downloads/xxx[name].mp3
produces/home/user/Downloads/xxx1.mp3
The text was updated successfully, but these errors were encountered: