Skip to content

Commit 21d7931

Browse files
nerda-codesRoRoJ
andauthored
Update pages/generative-apis/faq.mdx
Co-authored-by: Rowena Jones <[email protected]>
1 parent da9328b commit 21d7931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/generative-apis/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Yes, Scaleway's Generative APIs are designed to be compatible with OpenAI librar
154154

155155
### How can I convert audio files to a supported format?
156156
For audio transcription, supported formats are: `flac`, `mp3`, `mpeg`, `mpga`, `oga`, `ogg`, `wav`.
157-
For unsupported format such as `m4a`, we recommend to use third party librairies or tools to perform the conversion such as [ffmpeg](https://www.ffmpeg.org/) or [VLC](https://www.videolan.org/vlc/).
157+
For unsupported formats such as `m4a`, we recommend using third-party libraries or tools to convert them to a supported format, such as [ffmpeg](https://www.ffmpeg.org/) or [VLC](https://www.videolan.org/vlc/).
158158
For example, you can convert an `m4a` file to `mp3` using `ffmpeg` with:
159159
```bash
160160
ffmpeg -i audio-file.m4a audio-file.mp3

0 commit comments

Comments
 (0)