Re: [linux-audio-dev] mp3 info Q

2005-01-18 Thread Melanie
Hi, Fred Gleason wrote: > If you're coding in C++, you might want to check out TabLib: that assumes that all the needed data is in a tag. It also assumes that the tag data (playing time, for instance) is correct. One con assume no such thing. Many file creators set the tag fields to arbitrary va

Re: [linux-audio-dev] mp3 info Q

2005-01-18 Thread Fred Gleason
On Sunday 16 January 2005 07:01, kurmisk wrote: > I wanna collect some info of all my *.mp3 such as > lenght (sec), samplerate(hz) , nubmer of channels (m/s), birtrate(VBR/hz) > and maybe something else. > Which #include , typedef , and functions() i need use ? If you're coding in C++, you migh

Re: [linux-audio-dev] mp3 info Q

2005-01-18 Thread Melanie
As an alternative to exec'ing an external program, I have some code in my DJPlay project, that does all you need. http://djplay.sourceforge.net You will want map.cpp and mp3map.cpp source files with their requisite headers. Melanie

Re: [linux-audio-dev] mp3 info Q

2005-01-18 Thread james
On Sun, 16 Jan, 2005 at 02:01PM +0200, kurmisk spake thus: > > Hi folks > > I wanna collect some info of all my *.mp3 such as > lenght (sec), samplerate(hz) , nubmer of channels (m/s), birtrate(VBR/hz) > and maybe something else. > Which #include , typedef , and functions() i need use ? > > R

[linux-audio-dev] mp3 info Q

2005-01-16 Thread kurmisk
Hi folks I wanna collect some info of all my *.mp3 such as lenght (sec), samplerate(hz) , nubmer of channels (m/s), birtrate(VBR/hz) and maybe something else. Which #include , typedef , and functions() i need use ? Recursive dir search i have yet. Any ideas ? Tnx in advance Alf --