Displaying 20 results from an estimated 10000 matches similar to: "Flac multi channel"
2017 Jan 28
2
Flac multi channel
Don't overlook the FLAC in Ogg container solution. That's established as a standard for some time now, as far as I know, and would probably be better than a new, proprietary multi mono bundle. I haven't used it myself, but people have been talking about it for a while, and I believe that some "FLAC" users are actually working with FLAC in Ogg container files.
Brian
2017 Jan 28
0
Flac multi channel
This could make sense indeed.
I suppose this is not a libFlac feature and that I should end up using
libogg and or adding myself basic ogg support
in order to support that ?
Thanks !
2017-01-28 7:37 GMT+01:00 Brian Willoughby <brianw at audiobanshee.com>:
> Don't overlook the FLAC in Ogg container solution. That's established as a
> standard for some time now, as far as I
2017 Jan 25
1
Flac multi channel
I see :(
That what I would call a good struct size optimisation.
Please tell me there was another reason behind this being only 3 instead of
8 or 16 bits, right ?
2017-01-25 18:30 GMT+01:00 Tor-Einar Jarnbjo <tor-einar at jarnbjo.name>:
> Hello Olivier,
>
> the limitation is in the file format itself, as the number of channels is
> encoded in a 3 bit field in the streaminfo
2017 Jan 27
0
Flac multi channel
Thanks everybody for their answer.
This is quite unfortunate for me, but hey, that's life.
I will probably end up doing some multi mono bundle similar to what
Protools did back in the days with its .L .R files
++
Le 26/01/2017 à 18:58, Martin Leese a écrit :
> Federico Miyara wrote:
> ...
>> The file format allows some unused fields for future use, such as the
>> padding
2009 Sep 21
3
(Universal) Ambisonic implementation
e deleflie <edeleflie at gmail.com>
...
> ok, I do realise that the extending the maximum channel count may be
> difficult ... there's gotta be a way to do it though.
Perhaps a comparison of the FLAC structure
with that of Vorbis will help.
Within a FLAC stream the audio is split into
blocks which are grouped (interleaved). But
within each block the eight channels are
chained
2014 Dec 03
6
[PATCH] Improve LPC order guess
Op 03-12-14 om 16:48 schreef Olivier Tristan:
> Looks like I've missed the talk about this regression introduced in 1.3.1.
2009 Sep 23
1
(Universal) Ambisonic implementation
Brian Willoughby <brianw at sounds.wa.com>
> Isn't there a standard option to place FLAC data within an Ogg
> container? I don't use it myself, but I understand that it is quite
> popular. Would it be possible to interleave multiple FLAC blocks
> this way? In other words, can Ogg suffice as the second level of
> grouping that you refer to?
Etienne was asking for
2016 Oct 29
2
Increasing number of channels?
Per https://xiph.org/flac/faq.html#general__channels currently FLAC
supports 1 through 8 channels. This is fine for 5.1 surround sound (6
channels). But some of the newer surround sound systems can handle many
more channels. Is it still convenient to have all of the audio channels in
one file for, say, a 16 channel audio track?
I don't know much about the history of FLAC. How did this
2017 Jan 25
2
Flac multi channel
Hi Guys,
I know that FLAC format is currently limited to 8 channels but I was
wondering if this hard limitation of the format
or if it can be easily circumvented if the flac library is compiled with
other settings and/or the software using it don't mind it
Thanks !
--
Olivier Tristan
Research & Development
www.uvi.net
2008 Oct 13
4
Support for CAF in flac command-line?
Brian Willoughby <brianw at sounds.wa.com> wrote:
> Hello all,
>
> Is anyone here potentially up to the task of adding support for CAF
> (the CoreAudio Format) into the flac command-line?
...
> I've already made some recordings
> that are so long that they cannot be uncompressed from FLAC to WAV or
> AIFF because they would exceed 4 GB - the maximum file size for
2007 Mar 22
3
Code for Ambisonics
Hi,
I have posted this three times to the flac-dev,
vorbis-dev, and ogg-dev mailing lists.
I wanted to see what code there was currently
to support Ambisonics. So I downloaded the
code from the xiph download page for
libogg-1.1.3, libvorbis-1.1.2, vorbis-tools-1.1.1
and flac-1.1.4, but wasn't able to find anything.
If it exists then I missed it, so could somebody
please point me to it.
2007 Nov 01
4
Re: Welcome to the "Flac" mailing list
"Alex Brims" <alex.brims@gmail.com> wrote:
> Ok, we actually worked this out - there were 2 extra bytes doing nothing at
> the end of the files. Opening the file in SoundForge and saving it (without
> changing it) took off the extra bytes and allowed the file to convert to
> FLAC.
>
> Thanks to everyone who emailed me suggestions.
>
> Is there a decent
2009 Oct 06
3
Detecting FLAC file type
Shayne Wissler <wissler at gmail.com> wrote:
> I have a program that is given a random file and needs to determine
> whether it is Vorbis or FLAC. For Vorbis, there are various places
> where I can infer that I have a bad stream. But for FLAC, when I call
> either FLAC__stream_decoder_process_until_end_of_metadata or
> FLAC__stream_decoder_process_single, it searches the
2007 Mar 22
1
Code for Ambisonics
On 3/22/07, Brian Willoughby <brianw@sounds.wa.com> wrote:
...
> But to return to your question, exactly what kind of "support" are
> you looking for?
I wasn't looking for any particular support, but
just to see what support was there (if any).
...
> I do not believe that there is any need for code specifically
> supporting Ambisonics. FLAC supports conversion to
2020 Apr 29
1
identical audio but not identical unrecognized chunks
Dear all,
I've converted a wav file to flac but during the process three wrnings
were casted. One of them I recall, it said that a BEXT chunk is
unrecognized and thus ignored.
Wouldn't it be posible to keep the unrecognized information as is when
decoding the file?
In general the extra chunks are located before or after the audio
content, and represents a tiny part of the whole
2012 Jun 05
2
embeding xml to ogg
On 6/4/12, Benjamin M. Schwartz wrote:
> On 06/04/2012 04:08 PM, Martin Leese wrote:
...
>> The optimal solution is described at:
>> https://wiki.xiph.org/XMLEmbedding
>
> As that page says, "This page is for development of a specification for
> embedding XML streams in Ogg.". "XML streams" are not simply XML
> documents. They are _temporally
2012 Jun 04
3
embeding xml to ogg
"Benjamin M. Schwartz" wrote:
> On 06/04/2012 10:50 AM, Oleksij Rempel wrote:
...
>> XMP fits to our needs, but it
>> looks like there is still no ready documentation about muxing XML to ogg.
>
> Well then you've already solved the problem. Just store the XMP in a
> VorbisComment field named "XMP" (or whatever name you like).
This suggestion falls
2014 Mar 21
2
About "attempt to fix differences between x86 FPU and SSE calculations"
More specifically, about this patch: http://git.xiph.org/?p=flac.git;a=commitdiff;h=70b078cfd5f9d4b0692c33f018cac3c652b14f90
I downloaded the latest code from git (flac-70b078c), disabled
all SSE optimizations in the code and compiled it (GCC 4.8.2).
This patch doesn't change FLAC output.
Either gcc is too smart and optimizes this new code back to the old,
or this fix is MSVS-specific. Or
2017 Feb 18
4
[PATCH 5/5] SIMD: remove outdated SSE2 code
This patch removes FLAC__lpc_restore_signal_16_intrin_sse2().
It's faster than C code, but not faster than MMX-accelerated
ASM functions. It's also slower than the new SSE4.1 functions
that were added by the previous patch.
So this function wasn't very useful before, and now it's
even less useful. I don't see a reason to keep it.
-------------- next part --------------
A
2017 Jan 26
0
Fwd: Re: Flac multi channel
-------- Forwarded Message --------
Subject: Re: [flac-dev] Flac multi channel
Date: Wed, 25 Jan 2017 15:55:14 -0300
From: Federico Miyara <fmiyara at fceia.unr.edu.ar>
To: Tor-Einar Jarnbjo <tor-einar at jarnbjo.name>
Besides the fact that many multichannel signals largely exceed 8
channels, there are examples of signal packaging with many channels
which are actually