similar to: Questions about libvorbisenc

Displaying 20 results from an estimated 200 matches similar to: "Questions about libvorbisenc"

2002 Feb 20
0
How to use libvorbisenc
Hi all, I am just coming in the mailing list.... ;-) I'm working on an Ripper/Encoder for GNUstep. At first sight, libvorbisogg seems to be the library that I needed. The problem for me is documentation. So I have a few question about this library : - in order to init an encoding process, we need to provide channels. Well, what does is mean ? - in order to init an encoding process, we need
2002 Mar 14
3
cdparanoia mailing list ?
Hi all ! I use cdparanaia for which I would like to get information. Does anyone know if there is a mailing list concerning this ripping application. In fact, I would like to know if cdparanoia can support scsi drive .... if someone can help me on this matter ... it is welcome. ;-) <p>Thanks for your help ! <p>Ce message contient des informations confidentielles ou appartenant
2011 Mar 10
4
Wav to Ogg Vorbis conversion
Dear experts, I am trying to use an example I found here: http://svn.xiph.org/trunk/vorbis/examples/encoder_example.c Could you please tell me what float** buffer is needed for (I don't see it used anywhere). Also, could you please tell me what this code is doing: for(i=0;i<bytes/4;i++){ buffer[0][i]=((readbuffer[i*4+1]<<8)|
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;
2002 Dec 16
1
encoding question
Hi there, I've a little question abound programming an ogg-vorbis encoder. The encode_example.c works ok for files with 44100/2/16 - but not for other formats. I don"t really understand what this piece of code is really doing: /* uninterleave samples */ for(i=0;i<bytes/4;i++){ buffer[0][i]=((readbuffer[i*4+1]<<8)|
2004 May 18
2
encode example
Hi, I am testing the encoder example and I have a question about it... How can I encode a mono file in 22050 and 44100? I've changed the init values to: ret=vorbis_encode_init_vbr(&vi,1,22050,.5) ; and in the loop: // uninterleave samples for(i=0;i<bytes/2;i++) { buffer[0][i]=((readbuffer[i*2+1]<<8)|(0x00ff&(int)readbuffer[i*2]))/32768.f; } ..
2004 Apr 19
3
encoding from 22050Hz source
Hi! I'd like to encode from a 22050 Hz source wav file (only in that case), but i get the following error message: "Invalid floating point operation" I use delphi: vorbis_encode_init_vbr(vi,2,22050,0.5) . . . While (i < readCount div 4) Do Begin buffer[0][i] := smallInt((pArray(@readbuffer)[i shl 2 + 1] shl 8) or pArray(@readbuffer)[i shl 2 + 0]) / 32768;
2004 Feb 13
10
Encoding into MONO (delphi)
Hi! I have a problem. I hope, you can help me. I use a Delphi conversion (from Aleksandr Shamray), but it doesn't work when I'd like to convert a *.RAW into a mono *.ogg file. vorbis_encode_init_vbr(vi, 1, 44100, 0.5); //because of the mono the program stops at line: //* uninterleave samples */ . . buffer[1][i] := smallInt((pArray(@readbuffer)[i shl 2 + 3] shl 8) or
2006 Sep 11
4
encode, decode and encode again
(I've already posted this message month ago, but nobody answered, may be it was not delivered to newsgroup?) Hello, All. I wrote an encoder-decoder based on example from OGG-Vorbis SDK. This encoder can encode a large amount of small WAV-files with equal parameters into one sound archive. Then I decode this sound archive back into large amount of small WAV-files. Theese files are
2003 Nov 08
2
Encoding in Delphi - Help
Hi! I've made a vorbis encoder in delphi, but it's very verey slow! It takes 5 minutes to encode a pcm file. And i don't know why. Could anyone help me??? ---------------------------------------------------------------------------------- result := ogg_stream_flush(os, og); while result <> 0 do begin OutFile.Write(Pointer(og.header)^, og.header_len);
2007 May 01
1
contstant bittrate mode - block size - packet size
Hello, I am trying to implement a realtime encoding then streaming solution using the vorbis codec (would be wrapped in a "7F" type for minimal framing overhead) for sending audio over a low bit rate wireless link. since we need a constant bittrate (i.e. constant packet size) for this solution we want to run the alg in constant bitrate mode; for evaluation of the codec I followed the
1998 Mar 17
26
Newbie Question
Does Samba allow me to mount NT (disks) file systems on my Unix (SGI) box? Randy -- Randy Fox Coryphaeus Software, Inc. Sr. Software Engineer 985 University Ave. Suite 31 rfox@coryphaeus.com Los Gatos CA, 95030 www.coryphaeus.com Tel: 408/395-4537 Fax: 408/395-6351
2003 Dec 01
0
No subject
read list (S) This is a list of users that are given read-only access to a service. If the connecting user is in this list then they will not be given write access, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no matter what the writeable option is set to. The
2006 Jan 21
1
do you have libvorbisenc.h ?
Hello I'm someone who whants to do a project using vorbis libraries for encoding. I'm very impressed about what this codec can do and I want to use it. I have a school project in which I want to compress a wave file , using the power of many computers from a local network. So I'm asking you , if you have libvorbisenc libraries (Libvorbisenc 1.1) especially libvorbisenc.h and if it is
2002 Aug 15
2
dynamicly loading libvorbisenc on Mac OSX
Hi, I'm trying to load the vorbis libs dynamicly on Mac OS X. I've got success for libogg, libvorbis and libvorbisfile. But libvorbisenc drives me crazy. The function "vorbis_encode_init" seems not to be in there if I am using "NSLookupSymbolInImage". But the tools "otool" and "nm" tell me that the function is declared. Does anyone know, what I
2001 Oct 11
2
cvs of libvorbisenc is broken.
oggenc is not responding to the -b <kbitrate> option. No matter what i set it to, libvorbisenc seems to encode the audio file at the same exact bitrate each time and it is very filesize biased. It's basically ignoring it even though the output of oggenc as it's encoding specifically states the kbit rate i told it to encode at (on average). --- >8 ---- List archives:
2002 Jul 21
1
Libvorbisenc.so.O
I am running SuSE 7.3 600 Mhx Celeron 20gig hd On trying oggenc for the first time on a test .wav file oggenc test.wav I get Error while loading shared libraries: /usr/lib/libvorbisenc.so.0: undefined symbol: _time P Any suggestions? Until I upgrade to kernel 2.4.18 and ALSA 0.9 I just need to get this working. Upgrade...soon...very...soon/. Thanks --- >8 ---- List archives:
2007 Apr 23
1
Getting masked FFT data out of libvorbisenc
[Apologies if this gets through twice. I sent it first without subscribing, but it seems like it got stuck in the moderation queue, so I subscribed and re-sent it.] I'm doing some work on audio fingerprinting for a school project (more precisely, my master's thesis. I got a hint on #vorbis that I might want to look into the internal floor representations in libvorbisenc to get out audio
2006 Apr 05
0
Pb on data transmission size
Hi, i've got a problem concerning Samba data transmission size. I turn a Samba version 3.0.20b on AIX 5.3.0.3 server; when i make a 3Go file copy on a Samba client, the data transfert stops with 1073741312 bits size. After many retries, it's always the same problem... Is there a data transfert limitation on Samba configuration? Extract of my smb.conf: # Samba config file created
2002 Oct 23
1
re stagiaire embetée ...
merci de m'accorder un petit peu de temps ... c'est gentil de votre part ... le service cron que j'utilise est sur PC l'appli doit être lancée toutes les minutes le .exe et le .ini se trouvent sur G, qui est en effet une partition montée via samba sur une station NT si ca peut être plus clair, voici un test que j'ai fait : - test.cmd est un fichier de commande permettant de