Releases: edimuj/cordova-plugin-audioinput
Releases · edimuj/cordova-plugin-audioinput
1.0.3
#103 Fixed (a bug which made v1.0.2 pretty much unusable)
Code cleanup
Added onError callback parameter, which allows you to get callbacks when errors occur.
1.0.2
- Feature/typed array support #90 by @taxilian
- Feature/Overwrite file by default #72 by @mysegfault
- Removed dependency to cordova-plugin-compat
1.0.1
Fixed issue where iOS audio capture wasn't being able to start properly on iOS devices including iOS versions 11.2.6 and 11.3.
1.0.0
- Fixed some bugs.
- Cleanup and code formatting.
0.3.0
- iOS: Handle result callbacks using self.commandDelegate runInBackground
- Cleaner examples/demos
- Code formatting
0.2.3
-Added support for audio source types with the new cfg parameter audioSourceType.
-Added constant audioinput.FORMAT
-Added constant audioinput.CHANNELS
-Added constant audioinput.SAMPLERATE
-Added constant audioinput.AUDIOSOURCE_TYPE
-Squashed some bugs in the native layers for iOS and Android and the js bridge
First release
- Android support
- iOS support