Questa community è dedicata esclusivamente allo sviluppo di applicazioni per Android.Se state cercando una guida su come rootare il vostro telefono,o su come installare l'ultima Cyanogen, avete sbagliato sito
Ciao MarkII, ho scaricato il file audio campione, e mandandolo in loop con il player audio di ubuntu si sente il click alla fine.Sembra proprio essere un problema del file più che di Android. Hai provato con un altro campione?Ciao
Hi,I use AudioTrack for several projects and haven't had a problem.However, as I was learning to use it, I had lots of small issuesrelated to:1. Not filling the buffer correctly as you think - double check yourcode. Even if you are missing one PCM sample you will get a click.2. If using a streaming buffer AudioTrack, you have to keep the bufferfull. If you have any gaps you will get clicks.I'd say the problem is in your code somewhere. You probably have someoff by one error or negative/positive error or missing a couple ofsamples, or such.Also never hurts to load your PCM data into Audacity to double checkhow it sounds.-niko