NateRickard / Plugin.AudioRecorder

Audio Recorder plugin for Xamarin and Windows
MIT License
164 stars 68 forks source link

Record in compressed format #24

Closed encorro closed 6 years ago

encorro commented 6 years ago

Hi, I am trying to modify the code to record directly in AAC format. I’ve tried to change parameters at AudioStreamBasicDescrption for iOS but no success.

I think this would be possible, do you?. Any advice to continue or is there a possibility to enhance the code?

Thanks a lot.

NateRickard commented 6 years ago

Sorry I've not looked into supporting any other formats, though I do think it should be possible. If you're able to get it working please send a PR!

encorro commented 6 years ago

Thanks anyway. I will continue looking for a solution. If I get it I will inform you.