Displaying 1 result from an estimated 1 matches for "process_until_end_of_fil".
Did you mean:
process_until_end_of_file
2005 Nov 11
3
how to include FLAC in a CoreAudio wave player
...support. I
have looked through the libFLAC++ API and think I have
an idea of what files/functions to use, but am not
really sure how to go about implementing them.
I think I want to use the file decoder class so I can
just pass it the name of the FLAC file I want to play
and use new, init, set and process_until_end_of_file
functions to do what I need. I have an idea of how
this will work in my head, but am having trouble
translating it to code. I also am having trouble
figuring out how this will hook back in to the
existing application.
I'm sure one of you with more experience can push me
in the right direction...