search for: flac__format_frame_size

Displaying 4 results from an estimated 4 matches for "flac__format_frame_size".

2004 Sep 10
2
getting framesize in client
I have few notes: It seems there is changed API in CVS again. So, what about adding function like unsigned FLAC__format_frame_size(const FLAC__Frame *frame) which returns size of the frame in bytes. This can be useful, for example, in xmms plugin to display current bitrate like vorbis plugin does. If 'PERFORMER' field is missing in vorbis comment, it would be nice to display 'ARTIST' field in plugins instead....
2004 Sep 10
0
getting framesize in client
--- Miroslav Lichvar <lichvarm@phoenix.inf.upol.cz> wrote: > I have few notes: > > It seems there is changed API in CVS again. So, what about adding > function like > unsigned FLAC__format_frame_size(const FLAC__Frame *frame) > which returns size of the frame in bytes. This can be useful, for > example, in xmms plugin to display current bitrate like vorbis plugin > does. What changed? I don't remember changing anything like that, maybe I checked something in by accident... Unfor...
2004 Sep 10
0
getting framesize in client
...at 12:39:52PM -0800, Josh Coalson wrote: > > --- Miroslav Lichvar <lichvarm@phoenix.inf.upol.cz> wrote: > > > I have few notes: > > > > > > It seems there is changed API in CVS again. So, what about adding > > > function like > > > unsigned FLAC__format_frame_size(const FLAC__Frame *frame) > > > which returns size of the frame in bytes. This can be useful, for > > > example, in xmms plugin to display current bitrate like vorbis > plugin > > > does. > > > > What changed? I don't remember changing anything like t...
2004 Sep 10
3
getting framesize in client
On Fri, Nov 08, 2002 at 12:39:52PM -0800, Josh Coalson wrote: > --- Miroslav Lichvar <lichvarm@phoenix.inf.upol.cz> wrote: > > I have few notes: > > > > It seems there is changed API in CVS again. So, what about adding > > function like > > unsigned FLAC__format_frame_size(const FLAC__Frame *frame) > > which returns size of the frame in bytes. This can be useful, for > > example, in xmms plugin to display current bitrate like vorbis plugin > > does. > > What changed? I don't remember changing anything like that, > maybe I checked some...