StevenSunzh / android-recorder

Automatically exported from code.google.com/p/android-recorder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

private short[] rawdata = new short[1024] 有问题,crash了

GoogleCodeExporter opened this issue · comments

android-recorder-2.zip 
这个程序有问题(其它的也应该有这个问题),
把Encoder.java中的 private short[] rawdata = new short[1024]
改为 private short[] rawdata = new short[8192]才能把程序跑起来,
不知道作者是怎么测试的,难道跟android版本有关?
作者似乎放弃这个项目了,很久没有更新也没有解答


Original issue reported on code.google.com by Alex17...@gmail.com on 20 Apr 2012 at 1:34