Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android-recorder-1程式中的問題 #1

Open
GoogleCodeExporter opened this issue Oct 29, 2015 · 1 comment
Open

android-recorder-1程式中的問題 #1

GoogleCodeExporter opened this issue Oct 29, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

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


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

@GoogleCodeExporter
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant