similar to: Hello ... and a few comments.

Displaying 20 results from an estimated 1100 matches similar to: "Hello ... and a few comments."

2000 Sep 27
2
Trouble with codes from last snapshot!
Hi, Picked up last night's snap ... Building on my SGI O2 I get a big clipping problem .. Using the encoder_example to encode e.g. a 1 sec 16 bit stereo wav file, when I decode using decode_example I get clipping ... any ideas here???? I can hear the original in the clipped mush! The raw file plays just fine (on the SGI) and I have even decreased the gain to 80% and removed any DC offset
2000 Jun 26
0
Comments ... SGI version ...
Hi, Have also made a new sgi_audio_output_example.c As its name suggests, it decodes a vorbis file direct to the audio output device. Works fine. Any sgi users out there? If so, let me know. Cheers, Rob. +============================+====================================+ | Dr R P Fletcher (Rob) | Email R.Fletcher@york.ac.uk | | Graphics Coordinator | Phone +44 (0)1904
2001 Jan 22
1
How to copy encoded channels?
Hi, Having worked on a 4 channel encode/decode system, which works just fine (using 4 channel audio on SGI systems). I now would like to think a little further about how 'n' channel encodes may be used for network collaboration in music. Let's imagine a 16 channel codec, and let's say we are working in a simple stereo in/out environment (i.e. like most consumer devices out
2000 Sep 28
5
Interesting coding problem ..
Hi, I have a track which when encoded with Mode_C or even Mode_E does not encode well at all ... It's a jazz flute track with a lot of plate echo. The flute (centred in the mix) almost disappears ... I am away for a few days, but if someone would like to look at this I would be grateful ... A small clip can be grabbed from my ftp server ... ftp.york.ac.uk in:
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
2001 Aug 13
6
RC2 release
RC2 has been officially released. Get all your vorbis goodness from www.vorbis.com, along with release notes, and binary downloads for windows and for linux/x86 (RPMs). Debian packages are in incoming. Three cheers for the guys who did all the hard work here - Monty, for writing the code, Greg Maxwell for being our release manager for today, in Jack's absense. Also to Chad, for win32
2001 Aug 13
6
RC2 release
RC2 has been officially released. Get all your vorbis goodness from www.vorbis.com, along with release notes, and binary downloads for windows and for linux/x86 (RPMs). Debian packages are in incoming. Three cheers for the guys who did all the hard work here - Monty, for writing the code, Greg Maxwell for being our release manager for today, in Jack's absense. Also to Chad, for win32
2015 Feb 19
0
[PATCH] oggenc: validate count of channels in the header
... in order to prevent a division by zero (CVE-2014-9638) and integer overflow (CVE-2014-9639). Bug: https://trac.xiph.org/ticket/2136 Bug: https://trac.xiph.org/ticket/2137 --- oggenc/audio.c | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/oggenc/audio.c b/oggenc/audio.c index 477da8c..1167f1b 100644 --- a/oggenc/audio.c +++ b/oggenc/audio.c @@ -13,6
2000 Jul 11
0
True surround sound for Ogg -- a proposal (fwd)
Date: Mon, 10 Jul 2000 14:51:12 +0100 (BST) From: DG Malham <dgm2@york.ac.uk> To: vorbis-dev@xiph.org Cc: DG Malham <dgm2@york.ac.uk>, Rob Fletcher <rpf1@york.ac.uk> Subject: Re: [vorbis-dev] True surround sound for Ogg -- a proposal (fwd) In-Reply-To: <Pine.SGI.3.95L.1000710092216.9043693B-100000@turpin.york.ac.uk> Message-ID:
2003 Aug 30
1
Fink's vorbis-tools patch
Thought this might be useful to at least consider being included in 1.0.1. It adds, among other things (maybe), an endian variant of AIFF-C. Nathan -------------- next part -------------- diff -urN vorbis-tools-1.0.orig/oggenc/audio.c vorbis-tools-1.0/oggenc/audio.c --- vorbis-tools-1.0.orig/oggenc/audio.c Thu Jul 11 16:20:33 2002 +++ vorbis-tools-1.0/oggenc/audio.c Mon Jan 20 09:42:57 2003 @@
2006 May 26
2
question about coding
John Miles wrote: > You'll definitely have to encode in little-endian form. PCM audio is always > little-endian, to the best of my knowledge. I have never seen any > big-endian audio data files. Try AIFF, AU and IFF just for starters. They are definietly not the only ones. Erik -- +-----------------------------------------------------------+ Erik de Castro Lopo
2017 Aug 19
1
Which is the best compiler to build LLVM 5.0.0 rc2?
Recently I have been building LLVM and Clang from the distribution using gcc 4.9.2. With the new 5.0.0 rc2 that is giving warning messages during the compilation. I have been trying out some other compilers. gcc 5.2 with -std=c++11 This works, although there are still some warnings. gcc 6.4 and gcc 7.1 fail with errors such as this in building libcxxabi as follows: Command:
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
Hello. Attached are some patches that some Debian users of vorbis-tools have sent to our BTS over the years (numbers refer to Debian bugs). It'd be nice to see them integrated. They apply cleanly to SVN as of today. The largefile_support one is a bit bigger than just the configure.ac since the submitter adviced that config.h got included in all C source files before the standard includes,
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
Hello. Attached are some patches that some Debian users of vorbis-tools have sent to our BTS over the years (numbers refer to Debian bugs). It'd be nice to see them integrated. They apply cleanly to SVN as of today. The largefile_support one is a bit bigger than just the configure.ac since the submitter adviced that config.h got included in all C source files before the standard includes,
2000 Nov 08
0
Re: [R] Strange means of numbers drawn from rpois (PR#730)
Kjetil Kjernsmo <kjetil.kjernsmo@astro.uio.no> writes: > On 8 Nov 2000, Peter Dalgaard BSA wrote: > > >> > range(sapply(1:2000, function(n) mean(rpois(10000, c(15,15+1e-8))))) > >> [1] 14.8692 15.1200 > > > >AHA! Spotted, I think. > > Wow! Great, that was fast! > > >It is possible to return from rpois in step N, > >in which case
2001 Jun 23
3
gcc 2.95.2/irix/Laguerre_With_Deflation/inifinte loop
I built ogg vorbis from the rc1 cvs source on Irix 6.5.12 with gcc 2.95.2. Using oggenc I encoded about 8,000 aiff files but found about a dozen where oggenc would go into an infinite loop. I tracked the problem with Laguerre_With_Deflation() as far back as logmask being Inf in floor0_forward. I'm now building gcc 3.0 with the expectation this is a compiler issue. If not, I'll back
2006 Sep 12
1
MultiMarkdown 2.0.a Released
I have released version 2.0.a of MultiMarkdown! This is an alpha/beta release to get some further feedback, but I have been using it for a while now with good results. There are a **bunch** of new features: * TextMate bundle * New versions of the Drag and Drop tools * support for math * improved XSLT style sheets - easier to customize and more output choices Check out the MultiMarkdown
2006 Sep 11
2
Possible bug in Markdown.pl with `<<` handling
It appears that "double angles" are not properly converted when they are not in code blocks, if there is not a space following the second `<`. For example: This is not handled <<properly>>. But this <<is>>. As is << this>>/. becomes: <p>This is not handled &lt;<properly>>.</p> <pre><code>But
2007 Mar 13
0
MultiMarkdown Announcements
I know things have been quiet lately, but I wanted to announce a couple of MultiMarkdown related happenings: 1. I am in the process of creating a new website, and MultiMarkdown is one of the first things to be moved. The new address is <http:// fletcherpenney.net>. A new look, a new URL, some new technology, and some new content. I have not moved much from the old site yet, but
2007 May 14
2
Searchable archives of Markdown discussion list still available?
I was interested in going back to research past discussions on the list about possibilities for a syntax to add a class="foo" to div's and/or span's to Markdown text, but didn't have much luck. IIRC, the list never had a searchable web interface, but older posts were available on a Google search. This seems not to be the case any more. Can anyone recommend a good