We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Java and Sound, Part 1
|
| Subject: |
|
on audio data array bytes |
| Date: |
|
2009-02-06 03:32:26 |
| From: |
|
tinsalipot
|
|
|
|
I am developing a program that would generate guitar effects by getting samples through a microphone. I understand that the java sound api stores the audio in a byte array but I don't know how to manipulate it to my desired effect such as creating an echo. What does the data in the array represent? Thanks in advance :D |