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

Added options to bypass ffmpeg usage in some cases ; Pyro client now uses argparse #89

Merged
merged 7 commits into from
Dec 2, 2024

Conversation

valentinp72
Copy link
Member

  • When the source audio files are already wav/flac files sampled at 16 kHz, it is useless to call ffmpeg and then reload that with soundfile. Now, when ffmpeg is None, the audio files are loaded directly with soundfile.
  • I added argparse to the Pyro client for parameters such as URI, batch size and ffmpeg.

@DavidDoukhan DavidDoukhan merged commit 2cac771 into ina-foss:master Dec 2, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants