VorbisInfo.java
This is a very lightweight java class I wrote for retrieving information about an Ogg Vorbis file/stream. I'm currently using it to load data into my music database system and I'm pretty happy with it.
VorbisInfo provides access to the following information:
- Bitrate (an average of vbr)
- Number of channels
- Comments (Title, Artist, etc.)
- Frequency (Hz)
TODO list:
- Song length calculation
Documentation:
- Here is the javadoc for this class.
License:
- This is free software, and you are welcome to redistribute it under the terms of the LGPL version 2.
Download
- Here is the code.