luckyxue

Results 2 issues of luckyxue

``` ./xjar java -jar das-0.0.1-SNAPSHOT.xjar Exception in thread "main" java.lang.IllegalStateException: java.lang.ArrayIndexOutOfBoundsException: Index 5 out of bounds for length 4 at org.springframework.boot.loader.ExecutableArchiveLauncher.(ExecutableArchiveLauncher.java:52) at org.springframework.boot.loader.JarLauncher.(JarLauncher.java:48) at io.xjar.boot.XJarLauncher.(XJarLauncher.java:17) at io.xjar.boot.XJarLauncher.main(XJarLauncher.java:22) Caused by: java.lang.ArrayIndexOutOfBoundsException:...

I'm trying to use a StereoAudioRecorder to record audio. Its working on all other browsers, but on Safari the audio, when the sampling rate is set to 16khz, the audio...