Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: batch processing API #72

Open
kxxt opened this issue Jun 1, 2023 · 2 comments
Open

feat: batch processing API #72

kxxt opened this issue Jun 1, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@kxxt
Copy link
Owner

kxxt commented Jun 1, 2023

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

@kxxt kxxt added the enhancement New feature or request label Jun 1, 2023
@kxxt kxxt added this to the v6.0 milestone Jun 1, 2023
@kxxt kxxt removed this from the v6.0 milestone Jun 12, 2023
@CNDotaBest
Copy link

你好您是把批处理又删除了吗?

@kxxt
Copy link
Owner Author

kxxt commented Aug 4, 2023

你好您是把批处理又删除了吗?

No, this feature has never been implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants