search for: ovf_seek

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

2003 Nov 10
1
decoder with special features needed: pointers, ideas?
...and then jump back to 0:16 and play to the end.) (2) I would like to manipulate speed and pitch, and even better, if I could do that independently. Do you know a decoder/player that can do one or both? Do you know a good starting point to do it myself? I startet with ogg123 and (for the loop) ovf_seek as well as format->cleanup/init/seek, but the results were .. unsatisfactory. Ogg123 seems to be ready for different formats, but only ogg is supported. Is that right? Is there a place in the decoding chain, where the information is in a frequency domain, and where one could more or less eas...
2004 Nov 30
2
Bug in ogg123 playback of OggFLAC files?
[I'm not online regularly, so don't include me in any replies. And I'm not sure if the vorbis or the flac list, or something else, is more suitable for the following, so bear with me] Moin, moin. I used a recent ogg123 to play back a FLAC file I had created, and saw it wasn't able to seek within the file. So, I thought to myself, why not try out an OggFLAC file, so I created
2004 Nov 30
2
Bug in ogg123 playback of OggFLAC files?
[I'm not online regularly, so don't include me in any replies. And I'm not sure if the vorbis or the flac list, or something else, is more suitable for the following, so bear with me] Moin, moin. I used a recent ogg123 to play back a FLAC file I had created, and saw it wasn't able to seek within the file. So, I thought to myself, why not try out an OggFLAC file, so I created
2002 Oct 05
2
ogg123 remote interface
...str, "%%-%ds\n", max_length); + sprintf(id3_string + id3_offset, formatstr, comment_offset+1); + + id3_offset += max_length; + } + } + } + + return strdup(id3_string); +} +#endif format_t oggvorbis_format = { "oggvorbis", @@ -267,6 +317,9 @@ &ovf_seek, &ovf_statistics, &ovf_cleanup, +#if UGLY_ID3_HACK + &id3string +#endif }; -------------- next part -------------- diff -urN -X diff.ignore ogg123.orig/ogg123.c ogg123/ogg123.c --- ogg123.orig/ogg123.c Sat Oct 5 15:01:36 2002 +++ ogg123/ogg123.c Sat Oct 5 17:02:19 2002 @@...