Results 1 to 2 of 2
- 12-09-2009, 03:27 AM #1
Member
- Join Date
- Nov 2008
- Posts
- 43
- Rep Power
- 0
Anyone know .wav data points endian format?
Hello, im reading a .wav file and its 16bit mono so my file would go:
....|d|a|t|a|0|0|5|9|-12|33|......
where the first point is |-12|33|
so since it is 16bit does anyone know how to extract the number |-12|33| would represent? I'v tried both endian formats but when ever I get a number and divide it by 2 I keep geting static instead of a scaling.
Any ideas?
For example I have tried |-12|33| = 62497 and also tried |-12|33| = 8692
So ill half this number and write it back but i wont be half the volume it ends up just being static.
How are points in 16bit wav files suppose to be read?Last edited by Krooger; 12-09-2009 at 03:32 AM.
- 12-24-2010, 09:40 AM #2
Similar Threads
-
given number of points(cordinates) , find max points lie on the same line ?
By Hayzam in forum New To JavaReplies: 2Last Post: 08-24-2008, 12:30 AM -
[SOLVED] Update jTable with new data (especially Date value Format)
By gustio in forum New To JavaReplies: 2Last Post: 08-12-2008, 12:26 PM -
How do I convert a Big-Endian(64 bit) to Little Endian(64 bit) in Java.
By SKaur in forum New To JavaReplies: 3Last Post: 01-15-2008, 07:28 PM -
Is there any utility that reads TimeZone data and display it in Human readable format
By Santhosh in forum Advanced JavaReplies: 0Last Post: 11-06-2007, 02:20 PM -
it's possible format data in java?
By paul in forum New To JavaReplies: 1Last Post: 08-07-2007, 05:10 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks