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
// On Android, pitch correction sets the playback speed to 1f every time
127
+
// as seen here: https://github.com/expo/expo/blob/f9d82c5af6d472c257b14c2657938db1be4a1b2c/packages/expo-audio/android/src/main/java/expo/modules/audio/AudioModule.kt#L409
128
+
// Pitch correction is set to true whenever the pitchCorrectionQuality parameter is set,
129
+
// so there isn't much we can do about it for now.
130
+
// This is wrong and will likely be fixed within the library.
0 commit comments