You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use your java WavFile to read in a wav file and turns its channels into a nested ArrayList as in
java.util.List[java.util.List[Double]]
where each Double is a value from the wav file and java.util.List[Double] is a channel of the wav file. Can you give an example how to do this, considering my file is "path/to/file.wav"?
The text was updated successfully, but these errors were encountered:
I would like to use your java WavFile to read in a wav file and turns its channels into a nested ArrayList as in
java.util.List[java.util.List[Double]]
where each
Double
is a value from the wav file andjava.util.List[Double]
is a channel of the wav file. Can you give an example how to do this, considering my file is "path/to/file.wav"?The text was updated successfully, but these errors were encountered: