similar to: Error : vorbis_bitrate_flushpacket

Displaying 20 results from an estimated 5000 matches similar to: "Error : vorbis_bitrate_flushpacket"

2007 Jun 18
0
no sound with chan_mobile
I am new to Asterisk (1.4.5), and I am trying to get chan_mobile working. My intention is to use it as a cheap GSM gateway. In the dialplan I configured that all mobile numbers should go thru the mobile channel. The current situation is that I can setup the call via the mobile channel (bluetooth), but sound is still thru the bluetooth attached phone's speaker and microphone. I searched
2012 Aug 10
2
Simple question about formulae in R!?
Good morning reader, I have encountered a, probably, simple issue with respect to the *formulae* of a *regression model* I want to use in my research. I’m researching alliances as part of my study Business Economics (focus Strategy) at the Vrije Universiteit in Amsterdam. In the research model I use a moderating variable, I’m looking for confirmation or help on the formulation of the model.
2006 May 02
4
useful bit of code (hopefully)
Hi, I often find myself using bits of code like this inside ActiveRecord, perhaps it''s useful for others, or others can improve on it: ########### # fix user input before validating it before_validation :sanitize_input # santize input before actual validation is called # this uses the little methods defined below def sanitize_input trim %w(adres postcode woonplaats email naam
2002 Mar 27
1
What exactly is threadsafe
Hey I am playing with a LOT of threads right now, and I want to know if the threads all need their own little vorbis encoders running in them or what exactly is threadsafe in vorbis? So here are the functions that would be called from many threads of with buffer = vorbis_analysis_buffer( &m_vorbisDsp, 4*DATA_CHUNK_SIZE ); vorbis_analysis_wrote( &m_vorbisDsp, dataLength/dataSize );
2002 Apr 24
0
DirectShow filters ?
Hi! First , on page http://www.vorbis.com/software.psp?pid=2 "Other Software Which Supports Ogg Vorbis" there is a link to http://mediaxw.org (Ogg Vorbis DirectShow Filters) The page is gone. It has a notice that it moved to http://sf.net/projects/mediaxw I sent this note to feedback@vorbis.com. Second, that project is suspended. But there is another one at
2003 May 22
1
[LLVMdev] allow gcc .... /full/path/to/libfoo.a
gccld would barf if you tried to specify the full pathname of an archive on the command line to gcc, (e.g., instead of gcc ... -L/full/path/to -lFOO you say gcc ... /full/path/to/libFOO.a) which many GNU Makefiles try to do. This patch fixes that. Ok to commit? -- gaeke at uiuc.edu gccld.cpp: Fix typo in header. Add IsArchive static method. Roll LoadLibraryFromDirectory() into
2002 Jul 19
1
OGG/Vorbis DirectShow
Hi! On http://www.vorbis.com/software.psp?pid=2 ( Other Vorbis software for windows ) there is a link called "Ogg Vorbis DirectShow Filters" pointing to http://sf.net/projects/mediaxw That project is dead ! But there is another vorbis DS project at http://tobias.everwicked.com/oggds.htm , which is actively developed. How about updating the vorbis.com page to point to this DS-vorbis
2003 Jan 04
1
Winamp vorbis crash
Hi! ( I am sending this also to vorbis@xiph.org, because Peters homepage at http://www.blorp.com/~peter/ is ... dead, and I am not sure what his email address is ) I have a ( more than probably corrupt ) ogg/vorbis file that makes winamp lock up. If I drag&drop the file on winamp, the position slider will start flashing at the leftmost position and winamp does not respond to any user input
2006 Feb 05
8
Agile Rails book: depot problem 2
My second problem is: Listing users, and deleting them doesn''t work. If I try to list user, i just get this list: User Delete User Delete User Delete User Delete I''m using this code in the login_controller: def list_users @all_users = User.find(:all) end def delete_user @id = params[:id] if id && user = User.find(id) begin User.destroy
2008 Nov 15
1
[LLVMdev] How to use EE->runFunction for a function with StructRet set?
Hi, I'm using LLVM 2.4 (but llvm-gcc 2.2) on Ubuntu 8.10 (Intrepid Ibex) for a small part-time project combining Witty (http://www.webtoolkit.eu) and the ExecutionEngine in LLVM. (This is my second week with any of these so I still lack a lot of basic knowledge.) Sometimes I want to call a function returing a struct (in this case std::string), thus hasStructRetAttr() is true for the Function
2004 Aug 06
2
vorbis_encode_init() bitrate arguments - offtopic
Michael, > See the examples. If you initialise a managed mode (which this is), you > MUST use vorbis_bitrate_addblock() and vorbis_bitrate_flushpacket(). Thanks for the tip. I added the calls, and it works now. > You SHOULD also give an option to set min/max, since they're now used, > and to use a VBR mode rather than the managed modes here. But when streaming, IMHO it is
2002 Sep 06
2
OGG - questions
Helo. I intend to use OGG audio in DivX movies because its excellent size/quality ratio. I was searching round many forums concering DivX conversion but didn't find satisfatory answer. So I send my question to you directly: 1,I am able to play movie with OGG audio on my PC but not on another one though I have installed last OGG Direct show filters.
2004 May 20
3
Encoding questions
Hi, I have recently implemented encoding/decoding to/from OggVorbis in my app, with the code being based upon the Libvorbisenc sample code supplied with the SDK. It all works very well indeed (encoding from a PCM file, then playback), except that no matter the length of the source PCM file, the last (approx) 4 seconds of audio is always missing from the Ogg file. I am trying to find some
2004 Aug 06
1
ices: compliation problem
Hi all, I can't compile ices on my Linux Box Here is the output ices.o(.text+0xc0): undefined reference to `log_open_file' encode.o: In function `encode_dataout': encode.o(.text+0x223): undefined reference to `vorbis_bitrate_addblock' encode.o(.text+0x244): undefined reference to `vorbis_bitrate_flushpacket' Thank you -- -- GNU/Linux: il y a moins bien mais plus cher
2009 Dec 12
1
Skipping of sample in ogg writing
Hi All, I m having a strange problem with the Ogg-Vorbis writting code. The code I m using to write is skipping some samples at the end of the file. For example I m converting the 10000 sample .wav file ( 441000 sample rate , 16 bit depth , stereo ) to ogg format. But while reading the ogg file I only find 5824 samples in the ogg file. Can any one suggest what could be wrong in the code. Is
2009 Dec 12
1
Skipping of sample in ogg writing
Hi All, I m having a strange problem with the Ogg-Vorbis writting code. The code I m using to write is skipping some samples at the end of the file. For example I m converting the 10000 sample .wav file ( 441000 sample rate , 16 bit depth , stereo ) to ogg format. But while reading the ogg file I only find 5824 samples in the ogg file. Can any one suggest what could be wrong in the code. Is
2008 Jan 10
0
Kirk and asterisk
Hello all, I know it was on the list before but i have some questions about the Kirk IP600v3, the requested configuration files were send private i guess Does anybody have the correct SIP settings for handsets connected to the Kirk. IP600v3 I am particulair intrested in settings regarding: -Voice Mailbox -Call waiting -DTMF settings for e.g. parking an extension with asterisk functionality
2018 Feb 22
2
Problem with geterrmessage()
Luke Thanks ? I revised the code to: ERRORMESSAGE <- try(source(USERSCRIPTFILE, local=T), silent=T) print(ERRORMESSAGE) now returns: $value [1] 0 $visible [1] FALSE Not clear what to make of that. Dennis Dennis Fisher MD P < (The "P Less Than" Company) Phone / Fax: 1-866-PLessThan (1-866-753-7784) www.PLessThan.com > On Feb 22, 2018, at 12:45 PM, luke-tierney at
2003 Jan 24
3
OT: don't send html email - RE: Musicmatch
uggggh, Friends don't let friends send HTML email. A friendly request that you be considerate to those that do not want email in virii susceptible formats. Myles. <p>Lorenzo banged on his keyboard and his computer puked the following.... <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content="MSHTML
2005 Sep 26
2
encoder_example.c Questions
I've been trying to piece my way through the encoder_example.c program to better understand how to encode files as ogg/vorbis. I'm stuck on two sections of the code. This is the first /* uninterleave samples */ for(i=0;i<bytes/4;i++){ buffer[0][i]=((readbuffer[i*4+1]<<8)| (0x00ff&(int)readbuffer[i*4]))/32768.f;