Can I use m4a format audio file to use the code to extract feature?
Closed this issue · 1 comments
ARQlalala commented
Can I use m4a format audio file to use the code to extract feature?
jameslyons commented
Youll have to use ffmpeg to convert to wav, ideally single channel, 16 bit,
16khz.
ffmpeg -i input.m4a -acodec pcm_s16le -ac 1 -ar 16000 output.wav
That should work for converting just about any audio file to wav. Once it
is wav just treat it normally
…On 17 Oct 2017 5:03 PM, "ARQlalala" ***@***.***> wrote:
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#52>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABn1QQMhZ_-gDXrqc1quuyHVvsLrgoDOks5stFFEgaJpZM4P7q7Q>
.