react-native-audio-recorder-player

react-native native module for audio recorder and player.

MIT License

Stars
709
Committers
52

Bot releases are visible (Hide)

react-native-audio-recorder-player - 3.0.1

Published by hyochan over 3 years ago

  • [iOS] Before setActive should stop RNAudioRecorderPlayer #292
react-native-audio-recorder-player - 3.0.0

Published by hyochan over 3 years ago

Closes milestone #1 with 1 remaining issue.

Announcement is written.

react-native-audio-recorder-player - 3.0.0-beta.3

Published by hyochan over 3 years ago

[Android]

  1. Fix Android default path to cacheDir.
react-native-audio-recorder-player - 3.0.0-beta.2

Published by hyochan over 3 years ago

  • Add resumeRecorder and pauseRecorder features.
    • Caveat: Android now requires min sdk of 24.
  • Renamed listener callback variables from snake_case to camelCase.
    • Below are return types.
      export type RecordBackType = {
        isRecording?: boolean;
        currentPosition: number;
        currentMetering?: number;
      };
      
      export type PlayBackType = {
        isMuted?: boolean;
        currentPosition: number;
        duration: number;
      };
      

Closes #15
Closes #268

react-native-audio-recorder-player - 3.0.0-beta.1

Published by hyochan over 3 years ago

[iOS]

  • Codebase re-written in Swift.
  • Migrate AVAudioPlayer to AVPlayer.

[Android]

  • Codebase re-written in Kotlin.
react-native-audio-recorder-player - 2.7.0

Published by hyochan over 3 years ago

  • [2.7.0]
    • Migrate android module to kotlin.
  • [2.6.2]
    • Support for Linear PCM format settings #269
  • [2.6.1]
    • Remove extra stopping condition in playback listener #251
  • [2.6.0]
    • Add support on adding httpHeaders for the audio that is not permitted to play without network authorization.
    • Bugfix on seeking player #242
  • [2.5.4]
    • Fixes on wrong arg type issue when recording #230
  • [2.5.3]
    • Add try catch block on mediaRecorder.stop() #220
react-native-audio-recorder-player - 2.5.3

Published by hyochan about 4 years ago

  • [2.5.3]
    • Add try catch block on mediaRecorder.stop() #220
  • [2.5.2]
    • Add android record parameters #210
    • Play music in bluetooth earpiece while recording #192
    • Adding optional volume metering #191
    • Upgrade packages
  • [2.5.1]
    • Resolve #157, android path problem once again.
  • [2.5.0]
    • Handle stop once player is paused #169
    • Add custom path for ios #168
react-native-audio-recorder-player - Major update since released.

Published by hyochan about 6 years ago

Badges
Extracted from project README
yarn Version Downloads CI publish-package supports iOS supports Android code style: prettier LICENSE Paypal