Skip to content

Implement format conversion from ogg to mp3 #15

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

Open
vansisto opened this issue Mar 25, 2023 · 2 comments · Fixed by #44
Open

Implement format conversion from ogg to mp3 #15

vansisto opened this issue Mar 25, 2023 · 2 comments · Fixed by #44
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@vansisto
Copy link
Owner

Telegram provides a voice in .ogg format. But OpenAI requires .mp3, or .wav (or other). .mp3 is the most appropriate format.

@vansisto vansisto self-assigned this Mar 25, 2023
@vansisto vansisto added the enhancement New feature or request label Mar 25, 2023
@vansisto vansisto changed the title Implement format convertion from ogg to mp3 Implement format conversion from ogg to mp3 Apr 7, 2023
@vansisto
Copy link
Owner Author

vansisto commented Apr 7, 2023

I see, that I don't need to have a block for translation, as AI supports it by default. Enough send requests not to the "transcriptions" endpoint, but to "translations" instead.

This was linked to pull requests Apr 7, 2023
@vansisto vansisto added this to the OpenAI client milestone Apr 7, 2023
@vansisto
Copy link
Owner Author

vansisto commented Apr 8, 2023

Wrong. It supports translations automatically for audio. But for test prompt it still translation has to be

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

Successfully merging a pull request may close this issue.

1 participant