Displaying 20 results from an estimated 400 matches similar to: "Audio tracks and channels in OggFLAC"
2005 Oct 04
0
Flac and OggFlac
--- Erik de Castro Lopo <erikd-flac@mega-nerd.com> wrote:
> HI all,
>
> I have already added FLAC support to libsndfile and I am now
> working on adding support for OggFLAC.
cool.
> I have a couple of
> question about things that seem radically different between
> regular FLAC and OggFLAC.
>
> 1) FLAC has a function:
>
>
2006 Nov 03
2
Strangeness with OggFlac files
Josh et al,
I've been tracking down a problem with generating OggFlac files.
While investigatint this issue I hacked one of the test files from
the test_libFLAC directory of the flac-1.1.3-beta2. The result of
this hacking is this standalone C file:
http://www.mega-nerd.com/tmp/erikd_test.c
Directions for compiling this is in the comments at the top of
the file.
When the program is
2007 Jul 14
2
Is FLAC__stream_decoder_seek_absolute working for OggFlac?
Hi all,
Is seeking working for OggFlac files? I keep on getting a
FLAC__STREAM_DECODER_SEEK_ERROR.
Erik
--
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
"Why do they protest against France for making it illegal to wear
hijabs, but not against Saudi Arabia for making it illegal not to
2015 Feb 20
0
OggFLAC metadata support
Hello,
Is there an update to this thread? I currently don't see a ticket in the
Icecast bug tracker.
On Thu, Jan 22, 2015 at 11:57 PM, Eduardo Martinez <erm13martinez at gmail.com>
wrote:
> Hello,
>
> Did an official ticket get created for this?
>
> The only reference I see is this ticket from 3 years ago.
>
> https://trac.xiph.org/ticket/1655
>
> Thanks in
2006 Nov 03
0
[PATCH] Re: Strangeness with OggFlac files
Erik de Castro Lopo wrote:
> Josh et al,
>
> I've been tracking down a problem with generating OggFlac files.
<snip>
> I have looked into this and suspect that the FLAC__stream_encoder_finish()
> function needs to finish off the stream using a call to ogg_stream_flush()
> instead of the standard function ogg_stream_pageout().
I bashed on this a bit further and came
2007 Sep 11
0
Is FLAC__stream_decoder_seek_absolute working for OggFlac?
--- Erik de Castro Lopo <erikd-flac@mega-nerd.com> wrote:
> Josh Coalson wrote:
>
> > --- Erik de Castro Lopo <erikd-flac@mega-nerd.com> wrote:
> >
> > > Hi all,
> > >
> > > Is seeking working for OggFlac files? I keep on getting a
> > > FLAC__STREAM_DECODER_SEEK_ERROR.
> >
> > yes, it should work fine. in
2015 Jan 14
2
OggFLAC metadata support
Hello,
I'm currently using Liquidsoap to stream a group of files to Icecast.
The stream is sent to Icecast in a few different formats (MP3,HE-AAC
v2,OggFlac,OggOpus).
The "Current Song" metadata is correctly displayed for the MP3 and the AAC
stream, but not the OggFLAC or OggOpus stream.
I see a few entries in the Icecast forums, but it does look like FLAC
metadata support never
2005 Oct 03
3
Flac and OggFlac
HI all,
I have already added FLAC support to libsndfile and I am now
working on adding support for OggFLAC. I have a couple of
question about things that seem radically different between
regular FLAC and OggFLAC.
1) FLAC has a function:
FLAC__seekable_stream_decoder_get_decode_position
but there seems to be no corresponding function:
2006 Nov 06
3
[PATCH] Re: Strangeness with OggFlac files
--- Erik de Castro Lopo <erikd-flac@mega-nerd.com> wrote:
> Erik de Castro Lopo wrote:
>
> > Josh et al,
> >
> > I've been tracking down a problem with generating OggFlac files.
>
> <snip>
>
> > I have looked into this and suspect that the
> FLAC__stream_encoder_finish()
> > function needs to finish off the stream using a call to
2006 Nov 06
0
[PATCH] Re: Strangeness with OggFlac files
Josh Coalson wrote:
> thanks Erik, can you confirm that this is happening only because
> the total_samples_estimate is 0? (so the e_o_s setting in the
> existing code is never triggered).
In the Ogg code, I believe that there are two things that must be
satisfied to correctly write an end of stream:
- packet.e_o_s must be true
- Need to call ogg_stream_flush() instead of
2006 Nov 06
1
[PATCH] Re: Strangeness with OggFlac files
On Tue, Nov 07, 2006 at 06:31:04AM +1100, Erik de Castro Lopo wrote:
> I haven't tested it, but I don't think just setting packet.e_o_s
> is sufficient to close the stream. The forced ogg_stream_flush()
> is required.
libogg checks the e_o_s flag (and has always done so, according to svn)
so you shouldn't have to call ogg_stream_flush() except when you want to
force a page
2007 Sep 11
1
Is FLAC__stream_decoder_seek_absolute working for OggFlac?
Josh Coalson wrote:
> > The test file is here:
> >
> > http://www.mega-nerd.com/tmp/flac_char.ogg
>
> yep, this is definitely a bug, thanks for the test case. requires
> a tiny fix to the ogg seek algorithm which I will check in tonight.
Oh cool. I was wondering what happened to that issue.
Erik
--
2007 Jul 25
2
Is FLAC__stream_decoder_seek_absolute working for OggFlac?
Josh Coalson wrote:
> --- Erik de Castro Lopo <erikd-flac@mega-nerd.com> wrote:
>
> > Hi all,
> >
> > Is seeking working for OggFlac files? I keep on getting a
> > FLAC__STREAM_DECODER_SEEK_ERROR.
>
> yes, it should work fine. in flac/src/test_seeking/main.c there
> is an example usage of FLAC__stream_decoder_seek_absolute(). you
> could try
2010 Dec 01
1
OggFLAC streaming is systemically broken.
Not that many people are streaming FLAC, and if they are, they are, in
my mind, undoubtedly experiencing problems. Probably the most prized
kind of software problem of all, the intermittent kind.
I am streaming FLAC. 24bit no less, and its fantastic. The future I
would like to live in, is one where lossless music is streamed and
heard by people other than myself.
It is generally not possible to
2004 Nov 30
2
Bug in ogg123 playback of OggFLAC files?
[I'm not online regularly, so don't include me in any replies.
And I'm not sure if the vorbis or the flac list, or something
else, is more suitable for the following, so bear with me]
Moin, moin.
I used a recent ogg123 to play back a FLAC file I had created,
and saw it wasn't able to seek within the file. So, I thought
to myself, why not try out an OggFLAC file, so I created
2004 Nov 30
2
Bug in ogg123 playback of OggFLAC files?
[I'm not online regularly, so don't include me in any replies.
And I'm not sure if the vorbis or the flac list, or something
else, is more suitable for the following, so bear with me]
Moin, moin.
I used a recent ogg123 to play back a FLAC file I had created,
and saw it wasn't able to seek within the file. So, I thought
to myself, why not try out an OggFLAC file, so I created
2013 Jan 02
4
Define 6.1 and 7.1 channel mappings
I apologize for the terribly long message, but here goes.
-------------------------------------------------------------------------------------------------
First, regarding existing tools that I now about.
libavcodec and users (e.g. HandBrake):
- if there are 6 channels or less, the layout is set by the decoder as per the FLAC specification
- if there are more than 6 channels, the layout is
2004 Sep 10
2
2/0, 2/2 3/0, 3/2, 5.1, wxyz
Josh Coalson wrote:
> --- smoerk <smoerk@gmx.de> wrote:
>
>>i didn't find anything about tagging flac files as surround files. i
>>think there should some possibility to tell the player how to play a
>>multi-channel file (how to map the different channels to the speakers
>>or if there some decode is needed, like for ambisonic files).
>
>
> it
2013 Aug 29
1
Missing value handling for felm function in lfe package
Dear All,
I am trying to use the felm function in the lfe package. However it does
not seem to deal with missing values the way the lm function does. I wish
to tell it na.omit or na.action = na.omit but it does not recognize this. I
need to allow for missing values as I have different specifications and
don't want to remove observations for all. Help on this will be greatly
appreciated!
2003 Jun 10
5
Calling for 5.1 Mastering experience! (vorbis ambisonics and 5.1)
I've been doing a fair amount of work with Vorbis support for Ambisonics,
which seems to be going along nicely. It seems that there is signifant
interest in coding 5.1 material with Vorbis esp as tarkin becomes more
complete, so I've decided to take a break from pure ambisonic work to look
into this.
I've decided that the best (from a pure elegance and patent avoidance) way
to handle