[android-developers] Re: AudioTrack - Clicking Sound
Mark,
Yours is a golden tip. In a long run using files is out of the
question, considering the size of the application it would generate.
Your approach is definitely the way to go. I just have no experience
in the sound synthesis, Specifically synthesizing instrument sounds.
Do you have any documentation (links) to point me to. I will have to
look into a simple synthesizer running on android. Any code examples
you could share?
I appreciate your advice,
Roman
On Dec 15, 6:01 pm, MarkNZ <mbutler...@gmail.com> wrote:
> Do you need to use files?
> I have been generating audio at run time using the java math sine
> function to create an array of short, then playing it with audio
> track. Perfomance has been fine, I have been testing on an HTC tattoo.
> The only problem I have found is when I record the the data being
> played, write it to SD card and plot it in MATLAB, There is a large DC
> offset that decays quickly at the start of playback. I'm still trying
> to figure out the cause of it however this may not bother you.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home