expo-libmpv 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -123,6 +123,10 @@ class LibmpvVideoView(context: Context, appContext: AppContext) :
123
123
  mpv.setOptionString("opengl-es", "yes")
124
124
  mpv.setOptionString("video-sync", "audio")
125
125
 
126
+ mpv.setOptionString("audio-samplerate","48000")
127
+ mpv.setOptionString("audio-format","float")
128
+ mpv.setOptionString("audio-buffer","2.0")
129
+
126
130
  mpv.setOptionString("ao", "audiotrack")
127
131
  mpv.setOptionString("alang", "")
128
132
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-libmpv",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "A libmpv Fabric component for Android",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",