umbracochina / android-spectrum-analyzer

Automatically exported from code.google.com/p/android-spectrum-analyzer
0 stars 0 forks source link

Crash @ 96000Hz #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run Audio Spectrum Analyzer NOT in Debug Mode
2. Set Sampling rate to 96000HZ
3.

What is the expected output? What do you see instead?
 Expected : To show frequencies at the selected sampling rate
 Instead: Phone Crashed.

What version of the product are you using? On what operating system?
SVN Update 44 on Galaxy 5 -  OS Version:

Please provide any additional information below.

Original issue reported on code.google.com by andre.ba...@gmail.com on 7 Feb 2012 at 12:12

Attachments:

GoogleCodeExporter commented 9 years ago
Problem happened with other rates different from 80000Hz

02-06 22:24:59.245: E/AndroidRuntime(971): FATAL EXCEPTION: Thread-12
02-06 22:24:59.245: E/AndroidRuntime(971): java.lang.IllegalStateException: 
startRecording() called on an uninitialized AudioRecord.
02-06 22:24:59.245: E/AndroidRuntime(971):  at 
android.media.AudioRecord.startRecording(AudioRecord.java:495)
02-06 22:24:59.245: E/AndroidRuntime(971):  at 
dsp.AudioProcessing.runWithAudioRecord(AudioProcessing.java:83)
02-06 22:24:59.245: E/AndroidRuntime(971):  at 
dsp.AudioProcessing.run(AudioProcessing.java:47)

Original comment by andre.ba...@gmail.com on 7 Feb 2012 at 12:26

GoogleCodeExporter commented 9 years ago

Original comment by zz4...@gmail.com on 7 Feb 2012 at 1:05