search for: bitrat

Displaying 20 results from an estimated 2818 matches for "bitrat".

Did you mean: bitrate
2017 Aug 23
3
Change bitrate
El mié, 23-08-2017 a las 14:13 +0200, Marvin Scholz escribió: > > On 23 Aug 2017, at 14:08, José Luis Artuch wrote: > > > Hello, good morning ! > > Running Icecast2 and Ices2 with live audio from Line IN, what is > > the > > correct way to change the bitrate ?. > > In the Icecast2 configuration file I set: > > > > <mount type="normal"> > >     <mount-name>/entzun.opus</mount-name> > >     <bitrate>128</bitrate> > > </mount> > > This option should not be used and...
2004 Aug 06
3
ices bitrate encoding mode?
I have got ices running with quality -1 (and on my roommates crappy computer speakers it sounds damn near the real thing - better than FM radio anyway)... I'm just wondering if it's posible to configure it with a maximum bitrate, or a nominal bitrate. i.e. to use managed bitrates instead of quality (I know it's a no no, but this is streaming!). Mark <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message t...
2017 Aug 23
2
Change bitrate
Hello, good morning ! Running Icecast2 and Ices2 with live audio from Line IN, what is the correct way to change the bitrate ?. In the Icecast2 configuration file I set: <mount type="normal"> ????<mount-name>/entzun.opus</mount-name> ????<bitrate>128</bitrate> </mount> But it seems that is not enough since the bitrate does not change. Receiving the stream with Rhythmbox,?a...
2008 Sep 15
2
Bitrate Question
Hello developers, I have a question about supported bitrates for SPEEX. Regardless of whether I specify a 10kbps or a 8kbps bitrate, the encoded .spx file is the same size and have the same PESQ value. This makes me wonder if SPEEX supports arbitrary bitrates, or only a certain set. A few more details about my configuration: I am using SPEEX encoder ver...
2005 May 06
2
Encoder performance on ARM9
...--enable-fixed-point --enable-arm4-asm The code is natively built on the target (i.e. no cross compilation) I performed some tests with this simple script (the test-gab.pcm file is about 10.1 seconds): echo -------------------------------------------------------------------------- echo comp 0, bitrate 6600 time ../src/speexenc -w --bitrate 6600 --comp 0 test-gab.pcm test-gab_b6600_c1.arm.spx echo -------------------------------------------------------------------------- echo comp 0, bitrate 8000 time ../src/speexenc -w --bitrate 8000 --comp 0 test-gab.pcm test-gab_b8000_c1.arm.spx echo ----...
2004 Oct 14
1
Question on Quality factor, Bitrate and decode table
...hments/20041014/25f999a2/attachment.htm -------------- next part -------------- ? dear All, Iam working on OGG VORBIS TREMOR code to port and optimize on ARM processor. Can any one make me clear regarding the relation ship between this 1. What is the relation ship between Quality factor and Bitrates? As vorbis is a VBR algorithm, many bitrates will be selected encode and decode a stream? If so how quality factor is related to bitstream? 2. In many web pages(I dont have the links to pages) related to Ogg Vorbis information I read higher the bitrate we select, t...
2004 Aug 06
1
ices bitrate encoding mode?
At 06:34 PM 7/29/02 +1000, you wrote: >I have got ices running with quality -1 (and on my roommates crappy computer >speakers it sounds damn near the real thing - better than FM radio anyway)... > >I'm just wondering if it's posible to configure it with a maximum bitrate, or >a nominal bitrate. i.e. to use managed bitrates instead of quality (I know >it's a no no, but this is streaming!). > Yep. I had a bug report that it was crashing though - I haven't looked into it yet. Might be only with mis-configured setups. Just specify (instead of &lt...
2015 Jan 22
2
Opus for speech: VBR vs CBR
Hi guys, I'm using Opus for speech in wide-band mode (sampling rate 16000) and 20ms frames with signal type set to SIGNAL_VOICE. I have a few questions here: 1. When I choose VBR mode, the codec seems to choose the bitrate on its own. However, that seems to be an issue on mobile devices. In some cases, when I configure the bitrate to say 20kbps, I see that the outgoing codec bitrate at runtime is sometimes far less (11-12kbps even). That leads to a lower received audio quality. When I choose CBR mode however, the ou...
2017 Aug 23
3
Change bitrate
...> > > On 23 Aug 2017, at 14:08, José Luis Artuch wrote: > > > > > > > Hello, good morning ! > > > > Running Icecast2 and Ices2 with live audio from Line IN, what > > > > is > > > > the > > > > correct way to change the bitrate ?. > > > > In the Icecast2 configuration file I set: > > > > > > > > <mount type="normal"> > > > >     <mount-name>/entzun.opus</mount-name> > > > >     <bitrate>128</bitrate> > > > > &...
2004 Aug 06
2
Bitrate in encoder
Hi, I'm using the latest version of libspeex (checked out today) and have some problems with checking the target bitrate in the encoder. Calling: peex_encoder_ctl(globals->enc_state,SPEEX_GET_BITRATE, &bitrate); Seems to set bitrate to 24600 no matter what the qualitysetting is.. The functions used previous to this call is: peex_bits_init(&globals->bits); globals->enc_state = speex_encoder_init(&...
2005 May 20
2
Experimental Bitrate peeler
Hi All, As specified in earlier email we have released the trial version of the ogg vorbis decoder. Along with the decoder we have released an experimental version of the bitrate peeler that we have used to test the decoder for bitrate peeled inputs. We have made the executable of the bitrate peeler available from our website downloads section. www.vinjey.com/ogg_downloads.html We need inputs with respect to results of this bitrate peeler. This bitrate peeler r...
2004 Aug 06
1
Speex configuration
Hi, I'm trying to cover all Speex configuration options to set quality/mode/bitrate in my application and I was wondering if the following all makes sense: - abr_bitrate - use average bitrate and set it using bitrate parameter - SPEEX_SET_ABR - cbr_bitrate - use constant bitrate and set it using bitrate parameter - SPEEX_SET_BITRATE - cbr_mode - use constant b...
2004 Dec 28
5
bitrate limits don't work with -q settings?
I'm sorry if this question has been asked before; I've looked through the archives and haven't seen anything. The problem I'm seeing is that oggenc's VBR encoding doesn't seem to pay attention to any sort of bitrate limitation, either the -m or bitrate_hard_min settings. It isn't that it temporarily dips below the minimum; the average for the whole (in this case, easily compressible) file is 10-20% too low. I see roughly the same results on an old 1.0.1 version of oggenc as well as a new vorbis 1.1-link...
2018 Oct 18
1
Is OPUS_AUTO the default for an encoder's bitrate?
I had expected that the default bitrate for the encoder would be the same as setting it to OPUS_AUTO, but I'm getting difference results: >opusenc --comp 4 sample.wav sample.opus Encoding using libopus 1.3-rc2 (audio) ----------------------------------------------------- Input: 8 kHz, 1 channel Output: 1 channel (1 uncouple...
2005 Dec 06
1
problems decoding speex... please help
...code. Please feel free to ask me questions if the information I provided is lacking. By the way, I am compiling for Windows using VS2005 Beta2. Thanks, Mon #define FIXED_POINT int main (int argc, char ** argv) { printf ("sampleDEC.exe started!\n"); /**/ int nBytes, FrameSize, BitRate; FILE *fin, *fout; char *inFile, *outFile, *PEnhancement; short out [500]; char cbits [500]; void *state; SpeexBits bits; state = speex_decoder_init (&speex_nb_mode); speex_decoder_ctl (state, SPEEX_GET_FRAME_SIZE, &FrameSize); inFile = argv [1]; o...
2002 Dec 04
2
docs question
hello, i have a question about the documentation: oggenc --help says: -b, --bitrate Choose a nominal bitrate to encode at. Attempt to encode at a bitrate averaging this. Takes an argument in kbps. This uses the bitrate management engine, and is not recommended for most users. See -q, --...
2003 Jul 01
4
Virgin Radio now on ices2 - yp not working though
...hive imply that it should work. Anyone have this working? For the more technical among you, these are the audio bits from our ices configuration file. Any suggestions on tweaks would be gratefully received: For vr96.ogg: <encode> <quality>2</quality> <minimum-bitrate>88000</minimum-bitrate> <maximum-bitrate>96000</maximum-bitrate> <samplerate>44100</samplerate> <channels>2</channels> </encode> <downmix>0</downmix> <resample> <in-rate>44100</in-rate>...
2010 Apr 03
2
Default bitrate
Randy Yates <yates at ieee.org> writes: > The speexenc.c example has a "--bitrate n" command line option, but I > can't find in the Speex Codec manual where the default bitrate is > defined. > > What is the default bitrate for 16 kHz mono? Also here are a few other bitrate-related questions: 1. Does average bitrate mode ==> variable bitrate mode?...
2004 Aug 06
0
ices bitrate encoding mode?
Michael, > I had a bug report that it was crashing though - I haven't looked into it > yet. Might be only with mis-configured setups. > > Just specify (instead of <quality>3</quality>), any of: > <nominal-bitrate>value in bits per seconds</nominal-bitrate> > <maximum-bitrate>val</maximum-bitrate> > <minimum-bitrate>val</minimum-bitrate> > along with > <managed>1</managed> > Could you please submit a full <instance> example for those o...
2004 Aug 06
1
Is it OK ?
...hen did i got it )of Ices2/ Icescast2 on a slackware Linux box . I put this section into the Ices2 conf file : [...] <encode> <samplerate>22000</samplerate> <channels>1</channels> <quality>0</quality> <managed>1</managed> <nominal-bitrate>35000</nominal-bitrate> <minimum-bitrate>30000</minimum-bitrate> <maximum-bitrate>40000</maximum-bitrate> </encode> [...] Original files are about 128-200 kbps and 44KHz The problem is that the stream is 90% of the time 42Kbps ( when i listen to...