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

The audio stream with a frame rate of 44100 and dual channels is inaccurate #211

Open
mabeijianxi opened this issue Oct 9, 2023 · 3 comments

Comments

@mabeijianxi
Copy link

I tried to use a network audio stream with a frame rate of 44100 and dual channels for audio-to-text conversion, but the result was incorrect. I did not see any options for setting single or dual channels in the API. How should I solve this problem?

@nshmyrev
Copy link
Collaborator

nshmyrev commented Oct 9, 2023

You have to convert stereo to mono yourself, there is no code for that yet

@mabeijianxi
Copy link
Author

Alright, thank you. May I ask if there is a plan to support the stereo format?

@nshmyrev
Copy link
Collaborator

Sorry, we do not have plans for this. Its not the task of the library, more an external tool. For example if you are using ffmpeg you can convert to mono.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants