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

Add support for decoding using FFmpeg in the main example #2432

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

shih-liang
Copy link

No description provided.

@easyfab
Copy link

easyfab commented Sep 26, 2024

Could be interesting to have this in main for those you don't want to install ffmpeg.
But you can also simply use directlty ffmpeg to pipe into main.
e.g. : ffmpeg -i file -ar 16000 -ac 2 -c:a pcm_s16le -f wav - | main -m model.bin -f -

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