zmxv / react-native-sound

React Native module for playing sound clips
MIT License
2.79k stars 747 forks source link

Usage of `setAudioStreamType` is deprecated #682

Closed rcidt closed 3 years ago

rcidt commented 4 years ago

This change removes usage of stream types on android, which is deprecated as documented in runtime logs:

MediaPlayer: Use of stream types is deprecated for operations other than volume control
MediaPlayer: See the documentation of setAudioStreamType() for what to use instead with android.media.AudioAttributes to qualify your playback use case

https://developer.android.com/reference/android/media/MediaPlayer#setAudioStreamType(int)