hi,
after playing a bit with AudioTrack class i created a demo which works in STREAM mode - that is chunks of audio data are written when necessary - enabling for example streaming net content to be played
still i'm not sure if mTrack.write() methods shouldn't be called in separate thread - now they are called in UI one
attached is eclipse project with short PCM audio sample
thanks for any comments/suggestions
skink

