cordova-plugin-media: Parse “.amr” Audio File on nodejs server
问题 I'm using the cordova-plugin-media plugin to record audio-files from android and ios devices. However, android only allows to record the file in ".amr" ending, iOS on the otherside only supports ".wav". Playing the ".wav" from the iOS device on Android works, however, iOS doesn't support ".amr" files. That's why I have to convert them somehow. Since I couldn't find any cordova-plugin converting the ".amr" file on the clientside besides this one (which is based on an external API and