Feature:remove interface of opensl

pull/221/head
xufuji456 2 years ago
parent f04a469c05
commit 965805fd3b
  1. 5
      app/src/main/java/com/frank/ffmpeg/AudioPlayer.java

@ -23,11 +23,6 @@ public class AudioPlayer {
public native void release();
//using OpenSL ES to play
public native void playAudio(String audioPath);
public native void stop();
/**
* Create an AudioTrack instance for JNI calling
*

Loading…
Cancel
Save