Skip to content

Releases: edimuj/cordova-plugin-audioinput

1.0.3

12 Jun 14:30
Compare
Choose a tag to compare

#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

08 Jul 14:59
90e9034
Compare
Choose a tag to compare
  • Feature/typed array support #90 by @taxilian
  • Feature/Overwrite file by default #72 by @mysegfault
  • Removed dependency to cordova-plugin-compat

1.0.1

28 Mar 13:38
Compare
Choose a tag to compare

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

22 Mar 14:13
Compare
Choose a tag to compare
  • Fixed some bugs.
  • Cleanup and code formatting.

0.3.0

19 Jul 16:41
Compare
Choose a tag to compare
  • iOS: Handle result callbacks using self.commandDelegate runInBackground
  • Cleaner examples/demos
  • Code formatting

0.2.3

15 Jul 15:58
Compare
Choose a tag to compare

-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

0.2.2

13 Jul 21:55
Compare
Choose a tag to compare
0.2.2 for npm

0.1.0

02 Jul 09:26
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
cleanup version

First release

19 Jan 16:49
Compare
Choose a tag to compare
First release Pre-release
Pre-release
  • Android support
  • iOS support