nrkno / transcriber-frontend

MIT License
32 stars 12 forks source link

Don't let users upload audio formats that are not supported #33

Closed schjonhaug closed 5 years ago

schjonhaug commented 6 years ago

https://en.wikipedia.org/wiki/HTML5_audio#Supported_audio_coding_formats

An alternative approach would be to play back the transcoded file.

dariushazimi commented 5 years ago

Hi @schjonhaug Why not allowing users to upload valid audio files and if it is not supported, convert them in the back end to the supported audio file?

This would enhance user experience and provide the user with SOA as a single black box approach where the user doesn't have to worry about formatting the audio files.

Cheers Darius