Can any one tell me that how to decode mp3 file.
I want to decode mp3 file likewise any media player but my work is to decode and read its specific characteristics.
Can I use NAudio for this purpose?
Now what I need is RAWDATA of the mp3 file.
Decoding mp3 file
1k views Asked by Yasir Awan At
4
There are 4 answers
2
On
See http://msdn.microsoft.com/en-us/library/system.collections.bitarray.get.aspx
BitArray.Get Method: Gets the value of the bit at a specific position in the BitArray.
Use this method bits[index] you can access
e.g