20.11.2016 Views

ANDROID APP

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

}<br />

audioRecord.read(buffer, 0, bufferSize);<br />

audioRecord.stop();<br />

} catch (Throwable t) {<br />

Log.e("AudioExamplesRaw","Recording Failed");<br />

}<br />

เสียง<br />

163<br />

public void run() { //play audio using runnable Activity<br />

audioTrack.play();<br />

//this alone works: audioTrack.write(buffer, 0, bufferSize);<br />

//but for illustration showing another way to play using a loop:<br />

int i=0;<br />

while(i

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!