search for: vonwedel

Displaying 7 results from an estimated 7 matches for "vonwedel".

2004 Sep 10
0
[Flac-users] Extending mp3/ogg application to play flac
--- Lars von Wedel <vonwedel@web.de> wrote: > However there are two issues I'm unsure about: > > - Do I need to convert the decoded audio data delivered to the > FileDecoderWriteCallback to be compatible with mad_pcm/mad_fixed_t > data? not sure about the mad_fixed_t format, but probably. all sampl...
2004 Sep 27
1
Decoding via API from a single FLAC file using a cue sheet
Hello, I have currently many of my CDs ripped to FLAC to replay them from the computer. In most cases, there are single files for each track on the CD. I like the idea to rip the CD to a single track and add a cue sheet to the metadata which was recently discussed on the list. How would I access specific tracks using this approach by means of the FLAC (or FLAC++) API in my own decoder
2005 Jan 02
1
Difficulties to get decoder to work
Hi, I'm developing a plugin for a settop-box application to make use of flac files. However, I have difficulties to get the file-decoder to run in C++. What I do in my derived decoder class is basically: - create an instance of FLAC::Decoder::File, calling also the bsae class c'tor - set_metadata_respond( FLAC__METADATA_TYPE_STREAMINFO ), set_filename() -
2004 Sep 10
2
[Flac-users] Extending mp3/ogg application to play flac
Hello, Flac is great and I have encoded all my "good" CDs into it! Now I want to extend an existing application able to decode mp3 and ogg vorbis to replay flac as well. It is a plugin to a set top box application on Linux (VDR). The existing code decodes into a mad_pcm structure using mad fixed point format (mad_fixed_t). I have read the API of libFlac++ and I understand what I have
2005 Jan 20
0
When to terminate decoding process ?
Hello, my FLAC plugin to VDR is now running, but the decoder runs into an endless loop at the end of the song. Usually, blocks of 4608 samples are decoded, the last block only has 2220, so I assume this is really the end of the file: Samples decoded: 2220, current time: 292290, bits per sample: 16 Obtaining the decoder states after decoding this last block still looks like decoding should go
2007 Feb 18
2
Convert Flac (and ogg) library to mp3
Hello List! I have ordered an 80 GB iPod yesterday and I want my complete music library on it "for takeaway". Currently my library consists of mp3, ogg, and flac files. Has someone alread made a script to duplicate a music library consisting of various formats in mp3 ? I would appreciate if the directory hierarchy would we preserved... Thanks, Lars
2007 Feb 18
2
Convert Flac (and ogg) library to mp3
Hello, >> Has someone alread made a script to duplicate a music library consisting >> of various formats in mp3 ? >> > > If you are using Windows then the FooBar2000 audio player has a convert > function that will do this nicely. It's what I use, so I've never bothered > with a script. > Looks good for converting arbitrary sources into mp3. But the