react-native-audio

React Native: access to the audio input stream, and audio sample player

OTHER License

Downloads
423
Stars
24
Committers
2

Bot releases are hidden (Show)

react-native-audio - v1.2.5

Published by birdofpreyru about 2 years ago

  • Tested to support React Native's New Architecture with RN >= 0.70.0.
  • Updates dependencies.
react-native-audio - v1.2.4

Published by birdofpreyru about 2 years ago

  • Minor code updates / fixes.
  • Updates dependencies.
react-native-audio - v1.2.3

Published by birdofpreyru about 2 years ago

  • [#7] Implementation improvements.
react-native-audio - v1.2.2

Published by birdofpreyru over 2 years ago

  • Adds configAudioSystem() feature, which allows to workaround output device bugs on iOS, and mostly resolves the issue #5, prioritizing bluetooth device output, if one is connected on iOS.
react-native-audio - v1.2.1

Published by birdofpreyru over 2 years ago

Fixes for TurboModule support on Android (though, NOT YET TESTED end-to-end, v1.2.x still have been tested with the Old RN Architecture only).

react-native-audio - v1.2.0

Published by birdofpreyru over 2 years ago

  • Updated dependencies, including upgrade to react-native v0.69.x.
  • Misc internal updates to enable TurboModule (new architecture) support (not yet tested whether it works).
  • It has been tested it works with legacy RN architecture, both on Android and iOS, but probably requires small modifications of build configurations, and might contain some issues still to fix.
react-native-audio - v1.2.0-rc.7

Published by birdofpreyru over 2 years ago

react-native-audio - v1.2.0-rc.6

Published by birdofpreyru over 2 years ago

react-native-audio - v1.2.0-rc.5

Published by birdofpreyru over 2 years ago

react-native-audio - v1.2.0-rc.4

Published by birdofpreyru over 2 years ago

Misc updates. This version should be functional on Android, and broken on iOS.

react-native-audio - v1.2.0-rc.3

Published by birdofpreyru over 2 years ago

Misc updates. This version should be functional on Android, and broken on iOS.

react-native-audio - v1.2.0-rc.1

Published by birdofpreyru over 2 years ago

See v1.2.0-rc.0 description.

react-native-audio - v1.2.0-rc.0

Published by birdofpreyru over 2 years ago

  • Implements TurboModule support in Anroid (to be tested).
  • Initial preps for enabling TurboModule support in iOS (unfinished).
  • Declares "RECORD_AUDIO" permission in the libraries manifest. Probably, now it can be removed from the app manifest?
  • Update of dependencies.
  • Adds minimalistic documentation to README.
react-native-audio - v1.1.1

Published by birdofpreyru over 2 years ago

  • Just cosmetic dependency updates.
react-native-audio - v1.1.0

Published by birdofpreyru over 2 years ago

  • Upgrade of RN and other dependencies.
react-native-audio - v1.0.2

Published by birdofpreyru over 2 years ago

  • Minor fixes of Gradle config.
  • Dependency updates.
react-native-audio - v1.0.1

Published by birdofpreyru over 2 years ago

  • Minor patches and updates.
react-native-audio - v0.1.6

Published by birdofpreyru about 3 years ago

  • Fixes a bug introduced in v0.1.6, and causing crashes on Android, and memory leaks on iOS upon unlesting a stream.
react-native-audio - v0.1.5

Published by birdofpreyru about 3 years ago

  • Adds informative alerts for cases when access to mic is blocked and cannot be automatically re-requested without actions on user side.
react-native-audio - v0.1.4

Published by birdofpreyru about 3 years ago

  • Attempts to fix memory corruption and leaks in case of causual use without careful tracking of stream state and religious waiting for async operations to complete before calling stuff which is supposed to be called after the stream initialization.
  • Upates dependencies.