Displaying 2 results from an estimated 2 matches for "rioreceiver".
Did you mean:
isreceiver
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, or is there something wrong with my setup?
I'm hoping I just have something configured wro...
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
> having trouble because FLAC__stream_decoder_new() is attempting to
> allocate 2099828 bytes for an instance of the
> FLAC__StreamDecoderPrivate
> struct. Is this accurate, or is there something wrong with my setup?
I forgot to mention, as a tempor...