wangyingowen

Results 2 comments of wangyingowen

@danielweck First of all,when Iopen theHTML file in standard web browser,it‘s ok, content not fully stretched;But in readium the content fully stretched

utils.getmMediaRecorder().setAudioListener(new AudioRecordListener() { @Override public void onGetVolume(int volume) { Out.out("声音变化:"+volume);} } 录音过程中不会走到onGetVolume方法中