79733822

Date: 2025-08-13 03:29:17
Score: 2.5
Natty:
Report link

Try:

if (Platform.OS === "android") {
  audio.shouldCorrectPitch = true;
  audio.setPlaybackRate(rate);
} else {
  audio.setPlaybackRate(rate, "high");
}

Credit to neiker: https://github.com/expo/expo/issues/37025#issuecomment-3027988621

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: AlexErrant