similar to: FLAC__stream_decoder_get_input_bytes_unconsumed

Displaying 20 results from an estimated 6000 matches similar to: "FLAC__stream_decoder_get_input_bytes_unconsumed"

2004 Sep 10
2
FLAC__stream_decoder_flush
Hi, The FLAC__stream_decoder_flush doesn't change the state, but when I play a stream and reach the end I have to do a FLAC__stream_decoder_reset and reread the metadata instead of simply a FLAC__stream_decoder_flush. This is because the stream state, which indicates the end of the stream, is not changed. Is there a reason, for the state not being reset to
2004 Sep 10
3
ACM codec
Hello everyone, I was just browsing through some video capturing websites/forums and saw some people complain that there was no lossless codec available to encode audio in AVI files. I thought that FLAC would have one but it doesn't seem to be the case. As it's a popular demand (now that hard drives are inexpensive, people can record hours of video/audio without any loss and then
2004 Sep 10
2
Ogg FLAC
Hi, currently flac sets all granulepos members of the ogg pages to 0, when embedding a FLAC stream into an Ogg file. Is it possible to change this behaviour to use a more reasonable value, e.g. the bytes written so far. So when the first packets is 1000 bytes long it gets the granulepos 1000 and when the second packet is 1234 bytes long it gets the granulepos 2234 and so on. This would make it
2004 Sep 10
2
Push/Pull Model
Hi, The stream decoder follows a push model, however, I need a pull model decoder, like, for example, implemented by the Vorbis libs. For this I simply save the pointer to the audio data in the read callback and acces the data lateron after the call to FLAC__stream_decoder_process_one_frame returned. Is this safe? Can I assume that the internal buffer is not freed, when
2004 Sep 10
2
Bits per Sample, Channel Count
Hi, these two values can be stored in the stream info metadata block as well as in the header of each frame. This leads to some questions. - Are these values supposed to change during playback, e.g. first comes a frame with 2 channels, then with four and the next switches the bit count from 16 to 8 and so on? - There are methods to retrieve these values from the stream decoder. Unfortunately
2004 Sep 10
2
Ogg FLAC
--- Ingo Ralf Blum <ingoralfblum@gmx.de> wrote: > > currently flac sets all granulepos members of the ogg pages to 0, > when > > embedding a FLAC stream into an Ogg file. Is it possible to change > this > > behaviour to use a more reasonable value, e.g. the bytes written so > far. > So > > when the first packets is 1000 bytes long it gets the granulepos
2004 Sep 10
2
Problem in FLAC__stream_decoder_process_metadata
Hi, I have a problem when I try to open a file, which is not a FLAC file. When I open a non-flac file with the stream decoder API, one of the first things called is FLAC__stream_decoder_process_metadata, which itself calls stream_decoder_find_metadata_. Unfortunately the non-flac file contains some content, which leads to the state set to FLAC__STREAM_DECODER_READ_FRAME. However in
2004 Sep 10
3
FLAC format
HI Josh, I'm starting now to compile the ACM codec. I don't know how long it will take, since I do it in my free time, but I guess it will not take to long. About Mark Powell's comment, with an ACM codec there will be a lot of Windows GUIs for FLAC. I'm writing this message to talk about the FLAC format. The GUIs for the Audio Codec Manager, including Winamp and Windows Media
2002 Feb 19
4
push data instead of pull
Hi, I have a rsync server set up. Can i push data from the server to another machine instead of pulling data from that machine. when i try to do that i get this error. mkdir tohost:/tmp ; No such file or directory. But the directory exists. This is the command i executed. rsync -avz --rsync-path=/usr/bin/rsync fromhost::test tohost:/tmp This works fine if iam logged onto "tohost"
2004 Sep 10
1
FLAC__stream_decoder_flush
OK, back to this one... --- Josh Coalson <xflac@yahoo.com> wrote: > --- Ingo Ralf Blum <ingoralfblum@gmx.de> wrote: > > The FLAC__stream_decoder_flush doesn't change the state, but when I > > play a > > stream and reach the end I have to do a FLAC__stream_decoder_reset > > and reread > > the metadata instead of simply a FLAC__stream_decoder_flush.
2004 Sep 10
1
ACM codec
En r?ponse ? Ingo Ralf Blum <ingoralfblum@gmx.de>: > Hi, > > > I saw on the website that the ACM was a work in progress, but have > seen no > other > > mention anywhere else. So if someone is working on that I'm ready to > help, > > otherwise I'm ready to start it. > > I just read on the FLAC main website, that the MediaXW project contains
2001 Oct 23
1
Problem with CVS
Hi, I tried to update my local copy of the Xiph CVS and got the following: cvs server: Updating . cvs server: failed to create lock directory in repository `/usr/local/cvsroot': Permission denied cvs server: failed to obtain dir lock in repository `/usr/local/cvsroot' cvs [server aborted]: read lock failed - giving up This only happens, when updating the whole Xiph CVS with "cvs co
2004 Aug 06
2
[stupid headers]
I setup icecast on my O-bsd server recently and whenever I try to connect with a shoutcast DSP (winamp/m$) I get the error on my server: "Kicking unknown 1 [cust8950.lava.net] [Stupid headers], connected for 0 seconds" I have had it working on freebsd, and even used my working confif file. the only difference is when there is no password supplied I get a "no encoder" error
2004 Sep 10
1
Ogg FLAC and granulepos
--- Ingo Ralf Blum <ingoralfblum@gmx.de> wrote: > Hi, > > > sorry about that... it sounds like a good idea but I don't > > know what the right metric would be (bytes written, sample > > number, etc). I was going to forward this to vorbis-dev > > but haven't yet. > > If you see the whole thing from a perspective of a filter graph, like >
2004 Aug 06
2
Trying to stream to a Nanocaster/2.0 server
Hi Akos, --- Akos Maroy <darkeye@tyrell.hu> wrote: > well of course, the nanocast server uses some different login > protocol > than icecast or shoutcast. is there a site for this server? maybe a > spec > on the source login protocol? then I could add support for it to > darkice Hmm.. I thought nanocaster was similar to shoutcast? I can use the shoutcast plugin for
2004 Aug 06
2
Trying to stream to a Nanocaster/2.0 server
Hi all, I'm attempting to stream audio to a live365.com server, more specifically, it is a Nanocaster/2.0 server: HTTP/1.0 200 OK Server: Nanocaster/2.0 Content-Type: audio/mpeg Cache-Control: no-cache Pragma:no-cache Connection: close Content-Length: 44000000 I tried Liveice (XMMS plugin) and it wouldn't connect properly. I tried ices, that too would not work. I even tried DarkIce
2006 Aug 24
4
Suggestions/Pointers on where to begin my search for a solution?
Hi- I''m working in the IT department of a small liberal arts university-- we''re getting *massacred* by P2P traffic. Informal testing/probing indicates that about 60% of our traffic from the dorms was P2P-- we''ve taken the initial step of hardlimiting the dorms to no more than 40% of outgoing university bandwidth. Also, we''ve blocked the
2012 Aug 09
2
Olympics: 200m Men Final
Hello, Have you seen the log-linear prediction of the 100m winning time in R mailed to the list yesterday by David Smith, subject Revolutions Blog: July roundup? "A log-linear regression in R predicted the gold-winning Olympic 100m sprint time to be 9.68 seconds (it was actually 9.63 seconds): http://bit.ly/QfChUh" The original by Markus Gesmann can be found at
2002 Jan 22
2
ssh-keyscan: xmalloc out of memory error
hi all, I got "xmalloc: out of memory" when i used ssh-keyscan to a remote host that is using SSH protocol 2 and only protocol 2 (no fallback to SSH protocol 1). Looks to me more like ssh-keyscan doesn't talk SSH protocol 2 to the server. Please help. Here is the exact error: # /usr/local/bin/ssh-keyscan -v miad_1 # miad_1 SSH-2.0-OpenSSH_3.0.2p1 xmalloc: out of memory
2002 Feb 19
1
Notepad not remaining language selection
When I use wine's notepad, I select a language in the menu. Languages are displaying. But after closing notepad, the language selection is canceled. Is this not implement or is there a problem ? ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! Yahoo! Mail : http://fr.mail.yahoo.com