audio recorder file extension
Submitted by futureyoon on Wed, 11/17/2021 - 11:44
Forums:
Hi
Regarding https://h5p.org/audio-recorder
Is it possible to change the record file extension from wav to mp3?
If so, how do I do that...? Can you guide me?
Thank you
Content types:
otacke
Wed, 11/17/2021 - 15:00
Permalink
Hi futureyoon!That would
Hi futureyoon!
That would require to implement an export to mp3 into Audio Recorder, e.g. by replacing the current audio generation function with https://github.com/higuma/web-audio-recorder-js.
Best,
Oliver
futureyoon
Wed, 11/17/2021 - 19:44
Permalink
Thank you so much!! Do you
Thank you so much!! Do you mind me asking the path of the current audio generation file?
I was looking at this source code (https://github.com/h5p/h5p-audio-recorder) but was not able to locate the file to replace...
appreciate that...
otacke
Wed, 11/17/2021 - 20:28
Permalink
Hi!You're at the right place,
Hi!
You're at the right place, but I fear this is a little more complicated than just exchanging files.
Cheers,
Oliver
futureyoon
Wed, 11/17/2021 - 19:46
Permalink
Thank you so much!! Oliver.
Thank you so much!! Oliver.
Do you mind me asking the path of the current audio generation file?
I was looking at this source code (https://github.com/h5p/h5p-audio-recorder) but was not able to locate the file to replace...
appreciate that...