Displaying 2 results from an estimated 2 matches for "flowerday".
2004 Sep 10
3
[Flac-users] libflac memory requirements?
Hello,
Can someone give me an idea of the memory requirements for using libFLAC?
I'm trying to incorporate FLAC support into a player application for the
Rio Receiver (see http://rioreceiver.comms.net for details), but I'm
having trouble because FLAC__stream_decoder_new() is attempting to
allocate 2099828 bytes for an instance of the FLAC__StreamDecoderPrivate
struct. Is this accurate,
2004 Sep 10
0
[Flac-users] libflac memory requirements?
--- Dave Flowerday <davidf@pier13.com> wrote:
> Hello,
> Can someone give me an idea of the memory requirements for using
> libFLAC?
> I'm trying to incorporate FLAC support into a player application for
> the
> Rio Receiver (see http://rioreceiver.comms.net for details), but I'm
>...