record icon indicating copy to clipboard operation
record copied to clipboard

[Android] Recording of WAV, OPUS and other files fails silently on certain device(s)

Open felixmede opened this issue 5 months ago • 4 comments

Package version

  • 1.2.5
  • 1.2.6

Environment

  • OS: Android 11
  • ONEPLUS A6013

Describe the bug

Recording of WAV, OPUS, aacLc and other files fails silently

To Reproduce

Steps to reproduce the behavior:

  1. Create a new Recorder
  2. create a new RecordingConfig
  3. Start recording with config
  4. try to listen to recorder.onAmplitudeChanged
  5. stop recording
  6. try to listen to recorded file

Expected behavior

creating a useful recording file

Additional context

the amplitude is current:-infinity max: -160 It is working on 1.2.4 without any issues Other devices we tested work without any issues No error in console

felixmede avatar Sep 03 '24 12:09 felixmede