Padias

Results 8 comments of Padias

Hey! I've been able to play the mpeg file using the [just_audio](https://pub.dev/packages/just_audio) library and it works fine! I also tried just changing the file name to .mp3 and it worked...

Of course! I used the [`path_provider`](https://pub.dev/packages/path_provider) package to get a writable directory in my android app. ```dart final File speechFile = await OpenAI.instance.audio.createSpeech( model: 'tts-1-hd', input: 'Why do mice like...

@Abdelrhman-Azab Hello, it's been a while since I did this but it worked for me. Do you get any specific errors ?