octal-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Octal-dev] audio in linux


From: Johan Rydberg
Subject: Re: [Octal-dev] audio in linux
Date: Thu Aug 3 06:31:03 2000

Neil Nelson wrote:

> > I have ripped the audio stuff from octal (output.c) and am
> > trying to decrease the output buffer size (from 8820) to, for
> > example, say 2205 or so.  But everything sounds [screwed] up.
> 
> It is not clear what you are doing and trying to do.  It seems as
> though you are changing the output.c code.  If that is the case,
> you could post some of the lines you are changing and explain
> why you want to change those lines.
> 

In main.c, line 58:

  e->block_size = 8820;
   
I want to change this, to for example:

  e->block_size = 2205;

Why?  To reduce latency from 200ms to 50ms. But when I do this,
everything sounds very different.

Any ideas?

-- 
Johan Rydberg                   address@hidden
Net Insight AB, Sweden          direct: +46-8-685 04 17
http://www.netinsight.net       phone:  +46-8-685 04 00
                                fax:    +46-8-685 04 20


reply via email to

[Prev in Thread] Current Thread [Next in Thread]