You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added dynamic passing of AudioEncoding, OutputFormat and AudioEncodingBitRate (jsierles#86)
* Added Android support. Missing progress tracking.
* Re-indent and added skipToSeconds and setCurrentTime
* Reset state after playback is finished
* Updated README.md, added android support
* Updated instructions for Android
* added shared index for example.
* Renamed playFromPath to play for consistency with iOS API
* Reflected AudioPlayerManager method name change in AudioRecorderManager
* Added ReadableMap options argument to preparePlaybackPath
* Returned result of all methods in AudioPlayer [js] for promise support.
* Removed unused imports from AudioPlayerManager
* Better error when path is not specified
* Added support for dynamically passing OutputFormat, AudioEncoding and AudioEncodingBitRate.
* Integrated README changes before merge
* Added getDurationFromPath(path) [Android]
0 commit comments