-
Notifications
You must be signed in to change notification settings - Fork 220
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
Support iLBC audios (#1798) #1799
Conversation
One sample audio in LBC format: |
@lfcnassif / @hauck-jvsh, I found a possible issue in our internal remote transcription service.
Does anything need to be set on the server side to handle other extensions/mime-types? |
Thank you @tc-wleite this PR! I think the allowed mimeType control is just checked on client side. A possible cause could be an older mplayer version used in our Linux cluster not supporting iLBC format yet. We would need to log into one worker node and run mplayer on one of your samples to test, thanks for them! |
That makes sense. As far as I know, the support to iLBC is very old, but I guess it depends on how MPlayer was compiled. Internally MPlayer relies on FFMpeg to decode several format, including this one. |
Just as additional information, the output of
|
Just run
But trying to convert your sample to wav running
|
I see. That is odd. So the issue is something a bit more complicated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @tc-wleite! This seems good to me. I'm going to merge it and open another issue to investigate the lbc->wav conversion in our transcription cluster, although it seems an environment issue not related to this project.
Closes #1798.