Won't transcode to WAV #82
Closed
peardox
announced in
Announcements
Replies: 2 comments
-
|
Hi, Well, WAV is supported, but maybe not the format you want to use? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi, the support of the different formats of wav depends on the soundcard manufacturer. Not the specs of Windows. Regards Tony. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Changed to using Samples\MfTranscode\MfTranscode sample 3 (same issue in sample 2). This will only affect Delphi >= 10.1 as it's in an IFDEF
In dlgAudioFormats.pas you reference sgResolutions, this actually needs to be sgAudioFormats
Anyway, having made these changes and opening a re-named m4b (m4a is OK so used that) I now need to convert it so a 16Khz WAV. Why a WAV? Well it's going to be input for whisper.cpp
The problem is that it won't then transcode to a WAV. GetWinAudioEncoderFormats calls MFTranscodeGetAudioOutputAvailableTypes which says nope...
And WAV is definitely a supported type (#80)
Beta Was this translation helpful? Give feedback.
All reactions