Reputation: 65
I am new to ionic and I want to record a file in wav format using cordova-plugin-media-with-compression. Unfortunately, in my project cordova-plugin-media is used which doesnt support 'startRecordWithCompression()' method hence i have to change the plugin. startRecordWithCompression will help me in setting 'SampleRate' of recored file. Can anyone help me either on how to set sampleRate of recorded file or how to replace 'cordova-plugin-media' with 'cordova-plugin-media-with-compression.'
Upvotes: 0
Views: 126