StevenSunzh / android-recorder

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

android-recorder-1程式中的問題

GoogleCodeExporter opened this issue · comments

這支程式中,我操作流程是這樣  
start→stop→start(這時候發現不會再繼續錄下去,或者重新開��
�錄),似乎需要按下離開再次回到程式才能在一次錄製。

需要如何更改,才能讓我按下stop後在按下start在重新開始錄��
�


Original issue reported on code.google.com by license2...@gmail.com on 2 Aug 2011 at 12:24

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

Original comment by Alex17...@gmail.com on 20 Apr 2012 at 1:33