search for: downmix

Displaying 20 results from an estimated 202 matches for "downmix".

2016 Apr 26
3
[opus-tools] [PATCH] Add channel-mapping argument to force channel mapping
...fault: 20)\n"); printf(" --expect-loss Percentage packet loss to expect (default: 0)\n"); + printf(" --channel-mapping Channel Mapping Family\n"); + printf(" (default: {0, 1, 255} for {1-2, 3-8, 9+} channels)\n"); printf(" --downmix-mono Downmix to mono\n"); printf(" --downmix-stereo Downmix to stereo (if >2 channels)\n"); printf(" --max-delay n Maximum container delay in milliseconds\n"); @@ -260,6 +262,7 @@ int main(int argc, char **argv) {"complexity", required_arg...
2007 Feb 28
0
Decoding for ambisonic : downmix support
A strategy for downmix support a) simple 4.0, 5.0, 6.0 7.0 Speaker Decode on the player via a separate library from the Vorbis core. This is the easy panning solution on the Wiki Ambisonic Decoder page and requires hardly any computing power. Most important cos its all about surround init? This library can be extende...
2016 Apr 26
0
Antw: [opus-tools] [PATCH] Add channel-mapping argument to force channel mapping
...rintf(" --expect-loss Percentage packet loss to expect > (default: 0)\n"); > + printf(" --channel-mapping Channel Mapping Family\n"); > + printf(" (default: {0, 1, 255} for {1-2, 3-8, > 9+} channels)\n"); > printf(" --downmix-mono Downmix to mono\n"); > printf(" --downmix-stereo Downmix to stereo (if >2 channels)\n"); > printf(" --max-delay n Maximum container delay in milliseconds\n"); > @@ -260,6 +262,7 @@ int main(int argc, char **argv) > {"complexity...
2013 Dec 10
2
Possible pointer math issue in 1.1
...with my compiler and, after examining the code, saw what might be some invalid pointer math in opus_encoder.c. In optimize_framesize(), the first parameter 'x' is typed as opus_val16 and pointer math is done on the variable (in the 'if (buffering)' block) and then x is passed to the downmix function. I see that the downmix function uses the proper type, but it appears to me that the pointer adjustment performed in that 'if (buffering)' block is always using 16-bit. Kevin O'Connor
2016 May 28
2
ambisonics formats and channel mappings
Hi Opus list. I subscribed because your discussion on the IETF draft ("Ambisonics in an Ogg Opus Container") was mentioned on the sursound list. I tried Opus for ambisonics more than a year ago. It does works with uncoupled channels (I had to patch the encoder). I don't know what else could be done to optimize support for ambisonics, as I'm not a codec expert. So I think that
2004 Aug 06
4
(was, streaming both ogg and mp3) now, sending out 3 streams
...t>/smallband.ogg</mount> > <yp>0</yp> > <reconnectdelay>2</reconnectdelay> > <reconnectattempts>5</reconnectattempts> > <maxqueuelength>80</maxqueuelength> > > <downmix>1</downmix> > > <resample> > <in-rate>22050</in-rate> > <out-rate>11000</out-rate> > </resample> > > <encode> > <nominal-bitrate>160...
2007 Feb 26
3
Decoding for ambisonic Ogg audiob
The prospect of people actually putting B-format audio (via the panner or directly input) into Ogg/Vorbis brings an interesting challenge: What do we do with the audio after decoding it? The following sane options exist: A) Simply output the B-format audio B) Produce a downmix 1) Mono. 2) Stereo blumlein crossed pairs 3) Stereo UHJ 4) binaural C) Produce speaker feeds 1) Fully generalizable speaker feed decoder (such as http://www.kokkinizita.net/linuxaudio/adec-pict.html) 2) G-format (fixed decode for the 5.1 layout) (A) is pretty much a no-brainer,...
2002 Jul 25
3
Is there an oggenc low bit rate HOWTO?
First let me say that I was absolutely astounded at the sound quality when using oggenc at q = -1 (around 50 kbps). So much so, that I'm anxious to try some of the lower bit rates that were mentioned in the announcement for 1.0: ... audio and music at fixed and variable bitrates from 16 to 128 kbps/channel. But I am having trouble finding how to use either oggdrop or oggenc to get these
2016 May 28
0
ambisonics formats and channel mappings
...trivial. Usually, decoding ambisonics is the job of a dedicated > decoder, and depends on the role, number and positions of output > channels. so I don't think that the Opus decoder should be involved, > unless approximate methods could be considered good enough as default. I included downmixing to stereo because it is simple and there is a clear right way to do it. For 5.1 or other surround setups, there is no obvious best solution so I did not include those downmixing matrices. The purpose of this downmixing matrix is to give guidelines for what to do in the likely case that an ambiso...
2004 Dec 23
2
Icecast 2.2.0 and Ices2: no audio
...assword> <mount>/midband.ogg</mount> <yp>0</yp> <reconnectdelay>2</reconnectdelay> <reconnectattempts>5</reconnectattempts> <maxqueuelength>80</maxqueuelength> <downmix>1</downmix> <resample> <in-rate>44100</in-rate> <out-rate>22050</out-rate> </resample> <encode> <nominal-bitrate>32000</nominal-bitrate>...
2003 Jan 09
8
make lo-fi sound as good as RealAudio?
Can someone who really knows the Ogg command-line encoder, help recommend the best setting for 33.6k modem stereo music streaming? (56k doesn't count cuz many people's 56k modems don't work at a full 56k, and I want them to be able to surf CD Baby at the same time as listening. 2 minutes / 120 seconds of audio should be about 400k.) I'm at my wit's end: tried everything I
2006 Feb 16
0
Ices crashes all of a sudden: EROR input-oss/oss_read Error reading from audio device: Input/output error
...;!-- allow stream to be advertised on YP, default 0 --> <!-- Live encoding/reencoding: channels and samplerate currently MUST match the channels and samplerate given in the parameters to the oss input module above or the remsaple/downmix section below. --> <encode> <quality>0</quality> <samplerate>22050</samplerate> <channels>1</channels> </encode> <!-- stereo->mono downmixing, enabled by s...
2004 Aug 06
0
automating icecast2 startups
...<port>9000</port> <password>********</password> <mount>/egoplay24.ogg</mount> <yp>1</yp> <!-- allow stream to be advertised on YP, default 0 --> <!-- stereo->mono downmixing, enabled by setting this to 1 --> <downmix>1</downmix> <resample> <in-rate>44100</in-rate> <out-rate>22050</out-rate> </resample> <encode>...
2006 Jun 21
2
ices2 realplayer
On 2006-06-21T15:21+0100 Karl Heyes wrote: > You capture at 48000 but resample from 44100, that will cause problems. > You resample to 22050 so that will affect quality, you haven't said what > bitrate you want to target for, so resampling/downmixing may be required > anyway. I am unsure about these settings. Any particular suggestions? I don't quality with voice, just clarity. > >Can I cut the delay? > A few secs delay is generally not a problem, but if you want to reduce > it then reduce the burst-size (eg 0) in icec...
2005 Jan 21
1
OGG theora with mono output
Hi, I would like to create an output file with mono audio. How to do it ? If use a video with mono as input, the result will be a video with stereo. Is there a way to use the --downmix from oggenc ? Regards -- ZikZak
2018 Oct 25
1
Proposal - Extended Channel Layouts in Opus
...names into the spec, or cite some other document from a standards body naming and numbering speaker positions (does anyone know anything applicable?). Should this list be made into its own registry, for later extensibility? ffmpeg additionally defines "stereo left/right" (for an embedded downmix), "wide left/right", "surround direct left/right", and "low frequency #2". The downmixing algorithm is largely a description of ffmpeg's libswresample's behavior. Documenting some downmixing behavior was suggested by mark4o in the #opus channel on Freenode; not...
2004 Aug 06
2
using the latest icecast and ices to stream both ogg and mp3
darkice is an execellent bit of software, very well written. and the author of the darkice software, akos, is very active on the darkice ML. http://yp.tilos.hu:9000/tilos_high.ogg <= for a darkice stream. b. On Sat, Nov 22, 2003 at 12:05:55PM -0500, Brendan Cully wrote: > On Saturday, 22 November 2003 at 10:50, Kerry Cox wrote: > > So basically, I download and install ices 0.3,
2004 Aug 06
26
Icecast2 issues continue
...and the like. I recompiled everything this morning and set it running again. But one mount has died already. We have 3 streams running. the first is the ogg files as they were encoded (egoplay.ogg). the second is a re-encode to 44.1khz stereo at quality 0 (egoplay64.ogg). and the third is a downmix and resample to 22.05khz mono at quality -1 (egoplay24.ogg). It's this latter one that's died. by using the "current song" information from the stats page, I was able to find the log entries around the time it died. Here's what the ices logfile shows: [2002-10-09 01:00:24...
2004 Oct 29
1
Re: New install of icecast (Marion Hall)
...!-- allow stream to be advertised on YP, default 0 --> <!-- Live encoding/reencoding: channels and samplerate currently MUST match the channels and samplerate given in the parameters to the oss input module above or the remsaple/downmix section below. --> <encode> <quality>0</quality> <samplerate>22050</samplerate> <channels>2</channels> </encode> <!-- stereo->mono downmixing, enabled by...
2018 Sep 21
2
Opus 1.2.1 crash on silk/VAD.c:315
...entry=0x7f26b5a1084c "", out_data_bytes=1946331320, out_data_bytes at entry=5988, lsb_depth=1065353216, lsb_depth at entry=16, analysis_pcm=analysis_pcm at entry=0x7f26b5a1084c, analysis_size=analysis_size at entry=960, c1=c1 at entry=0, c2=c2 at entry=-2, analysis_channels=1, downmix=downmix at entry=0xa80fe0 <downmix_int>, float_api=float_api at entry=0) at src/opus_encoder.c:1826 #5 0x0000000000a85211 in opus_encode (st=0x158935a0, pcm=0x7f26b5a1084c, analysis_frame_size=960, data=0x7f26b5a1084c "", max_data_bytes=5988) at src/opus_encoder.c:2227 #6 0x00...