similar to: Multichannel vorbis.

Displaying 20 results from an estimated 2000 matches similar to: "Multichannel vorbis."

2001 Nov 14
7
Multichannel files
Hi, As I´ve understood things, the Ogg Vorbis format supports more that two channels (stereo). Is there any tools to encode x sourcefiles into one .ogg file? I am a musican and am thrilled with the ide of makeing music in surround (or in more than stereo). This leads to my next question: is there (developing) any decoders for multichannel oggs to, let us say, 4.1 or 5.1 surround? Wouldn´t it
2001 Nov 15
2
ATTENTION Re: Multichannel files
I noticed that my previous message is not very complete so I send here an "enhanced version". Please disregard the old one an reply to this one only. ( you can delete the ATTENTION word from subject ) Wilson (defiler@null.net) wrote : > There are two ways to decode multi-channel audio. In hardware, or in > software. > Hardware: A receiver or processor takes a Dolby Digital
2003 May 21
2
A possible use for multichannel ogg files!
Hi, Has anyone thought about using the multichannel format as a way of distributing "musician minus one" files? Eh? I hear you ask. Ok. Basically these are multitrack files but you can mute the solo track so you, the musician, can practice against the other "players". You can buy CD's of this nature, but of course, the solo instrument is on one channel and the others on
2007 Aug 27
1
Multichannel, usage & players?
Hello to the list, and please forgive me if this has already been asked before. (I am new here, you see) The question is really simple: Can I use FLAC to create multichannel files, ranging from 3-channel LCR, through Quad, 4.1 to 5.1 and possibly (later) above? The projects details are essentially this: DVD-Audio, containing MLP Lossless in stereo & surround/multichannel. Video_TS folder
2007 Jan 18
16
5.1 surround channel coupling
It obviously would be nice to have such a mode available, for e.g. DVD audio compression. Apparently, the list doesn''t tell me too much about it. My questions are: 1. What is the current status of the 5.1 channel coupling in Vorbis? 2. If I''ll be interested in participation in its development, what is the recommended reading? -------------- next part -------------- An HTML
2005 Nov 15
7
OggPCM2 : chunked vs interleaved data
I made a few updates to OggPCM2 http://wiki.xiph.org/index.php/OggPCM2 reflecting the latest discussions. Could everyone have a look at it and see if they agree. Otherwise, what do you feel should be changed? Anyone wants to speak in support of chunked PCM? For all those that are just tired of this mess like me, please express yourself in the new spec I created: OggPCM3
2007 Feb 22
13
5.1 surround channel coupling
>Yesterday I have finished writing the ambisonic pan filter for oggenc. May I ask what this "pan filter" is? I made some tentative suggestions for coupling Ambisonic B-format in a post "Vorbis Ambisonic coupling" on 4feb07 I gather from the last monthly meeting, that some of you, including Monty, had problems with the phase behaviour of B-format. Would anyone like a
2001 Aug 08
3
AC-3 Decoding
Jared (jared@celab21.students.csee.uq.edu.au) wrote : > Saw an article today on /. which reports that Dolby are insisting the > NETBSD dudes remove the ac3dec package from their site. Someone suggested > that we need an open source solution. ac3dec is already open ( GPL ). > Could Vorbis in the Ogg framework be this solution, can we create a pretty > simple 5.1 stream? I
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
2010 Jan 25
1
Multichannel Vorbis encode
There is some time now that I reported this issue on the bugtracker: https://roundup.ffmpeg.org/roundup/ffmpeg/issue1325 And this guy, jbr, kindly created a patch that solved the problem. What is needed now for the patch to be included in the SVN? About his patch, there is a remap table that maps the channel order from SMPTE order to Vorbis order. What is this SMPTE order? Vorbis specification
2017 Aug 10
2
Spatial/Atmos on FLAC?
Hi, are there any plans for FLAC to implement spatial audio? Or maybe Atmos on FLAC? renatas -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/flac/attachments/20170810/57a79181/attachment.html>
2008 Oct 28
3
Vorbis, ambisonics and 'Vorbis Tools'
All, Progress has been made on the proposed draft spec for integrating ambisonics into vorbis. We are not yet finished (should be soon), but you can see the progress here: http://docs.google.com/Doc?id=df4dtw69_3626qqq6st The issue we have hit now concerns how/who would implement the encoding and decoding in Vorbis Tools. Because ambisonics uses spherical harmonic components, an ambisonic file
2005 Nov 10
2
OggPCM proposal feedback
Arc wrote: > However, support for (ie) 48-bit-float should not have to be created, Where are you going to find a 48 bit float? Is there an IEEE standard for that? I know some floating point DSP chips use a 48 bit float internally, but if there is more than one they are unlikely to be compatible and they certainly cannot be read by standard CPUs without having pull each value apart into
2003 Jun 10
1
Calling for 5.1 Mastering experience! (vorbis am bisonics and 5.1)
On 20030610: Gregory Maxwell wrote: (in reply to Ralph Giles) >> I assume you're aware of the technical documentation on dolby's site? >> (http://www.dolby.com/pro/) In particular the surround mixing guide has >> a lot of detailed guidelines. I don't have any practical experience >> with it though, so I can't vouch for it. >Yes I am. I've done a
1999 Aug 24
1
Re: Tr: patent free format
> > So > > it's closer to Dolby AC-X than to VQ. Unfortunately, I'm not sure that it's > > not patended by Dolby. > > Could you be more specific? More than anything else, we need to know more > about the patent waters we're navigating. > > Monty As Dolby AC-X is using enveloppe of the sound since several years, and as it seems that Dolby was
2001 Jan 23
7
Multichannel Encoding
I'm a mathematician and programmer working on experimental surround sound techniques. Some of the ideas I'm working on require dozens of channels. These channels are often highly correlated and are very well suited to compression. I'm new to Vorbis. Does it attempt to address such issues? Thanks, --Richard --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project
2005 Nov 11
2
OggPCM proposal feedback
Arc wrote: > Ok so we cap it to 64bit, since much more than that doesn't make sense (96bit > would be a "long double" C type) On x86 CPUs, "long double" is 80 bits. > I really don't like this idea, but I will entertain, formatting it as follows: > > ID Type Bits > 0 Int 8 > 1 uInt 8 > 2 Int 16 > 3 Int 24 > 4 Int
2017 Feb 17
2
SMB Multichannel use-cases
Hello, I'd like to understand the use-cases to use SMB multichannel. Especially, if the SMB client and Samba server are talking over the WAN. When does one see an improvement in throughput with multichannel? For instance, does copying multiple files result in parallel copying over multiple connections over the same session? Your inputs are appreciated. Thanks, Madhu
2008 Oct 30
3
Multichannel echo cancellation
Dear all, I have just implemented a gstreamer plugin for the Speex AEC, but now I would like to extend it to a multichannel echo cancellation I have been searching documentation about that but I could not find it Where it is? If it doesn't exist? Could you add a short example showing how do you think it should work? or It's "just" necessary to: init the multichannel echo
2009 Oct 13
2
multichannel?
Hi, I was wondering if it would be possible to do multichannel encoding with CELT. From the documentation & the code I understand that CELT currently encodes mono (1 channel) or stereo (2 channels). I would like to use CELT in a multichannel setup, to encode (and stream) n mono channels. Just n mono channels, not a layout like 5.1 With vorbis I can do this, but vorbis adds a lot of