Hi, There is no limitation on running AudioTrack in a thread, I do it all the time, it must be something else going on.
One thing you may want to try is to create the AudioTrack object and start() it in the same thread. Perhaps it doesn't like being created in a different thread than start() is called in ? -niko On Dec 8, 8:30 pm, Business Talk <roman.businesst...@gmail.com> wrote: > I am getting the 'AudioTrack::start called from thread' when starting > an AudioTrack. I am using it in a thread. I asume I shouldn't but > why? I see it as a major limitation. -- 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en