Volume of audio sound is decreased permanently after audio recording

GitHub issue

Summary

Playing sound with the audio plugin expo-av works normally but after recording audio with the same plugin the volume of the iPhone is buggy within the app.

Steps to reproduce:

  1. Set the volume to 100%, programatically we also use await sound.setVolumeAsync(1)
  2. Play an audio file with expo-av, this all works as expected
  3. Record audio with expo-av
  4. Play the first audio file and notice that the volume barely hits 25%

This behaviour only happens on iOS

What platform(s) does this occur on?

iOS

Minimal reproducible example

This “issue” has been solved by Keith, see his reply on GitHub: Volume of audio sound is decreased permanently after audio recording · Issue #19220 · expo/expo · GitHub

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.