Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I wan to convert my audio into float values using java .Is it possible to do so?
Posted
Comments
CPallini 15-Apr-13 6:09am    
'audio' what? 'audio' is not a type.
mani_bharataraju 15-Apr-13 6:40am    
i too know that audio is not a type
i meant an audio file

1 solution

Do you want to convert audio format byte array to float array.
if so, have a look at this
http://stackoverflow.com/questions/6235016/convert-wav-audio-format-byte-array-to-floating-point[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900