On Monday 09 May 2005 19:02, Paul Davis wrote:
> if you allow arbitrary zoom scales, then the mapping between pixel
> position on screen (or some notional "unit" position as offered by
> canvas widgets) and a sample is non-integral, which implies
> rounding. that in turn implies errors of several
On Tue, May 10, 2005 at 12:23:50AM +0200, Albert Graef wrote:
> Well, I guess the way it's done in most audio editors is that you draw a
> vertical line between the min and max (and maybe also the rms on top of
> that), if a single pixel has to represent multiple samples, and the
> usual connec
>Well, I guess the way it's done in most audio editors is that you draw a
>vertical line between the min and max (and maybe also the rms on top of
>that), if a single pixel has to represent multiple samples, and the
>usual connect-the-points-with-lines thingy (or splines, if you prefer
>smooth
Chris Cannam wrote:
On Monday 09 May 2005 22:22, Paul Davis wrote:
this is massively harder than you think, assuming you want to (a) do
it correctly and (b) offer zooming.
Fortunately, if you don't care about doing it correctly or offering
zooming, it's quite simple.
ROFL. :)
Well, I guess the way
On Monday 09 May 2005 22:22, Paul Davis wrote:
> >Hi, I'm extremely new to audio programming. I have a million
> > questions, but the one burning my brain now is how do I
> >get a program written with the qt widget library to display an audio
> > waveform.
>
> this is massively harder than you thi
>Hi, I'm extremely new to audio programming. I have a million questions, but
>the
> one burning my brain now is how do I
>get a program written with the qt widget library to display an audio waveform.
>
this is massively harder than you think, assuming you want to (a) do
it correctly and (b)
On Monday 09 May 2005 21:19, Fisher, Michael R wrote:
> Hi, I'm extremely new to audio programming. I have a million
> questions, but the one burning my brain now is how do I get a program
> written with the qt widget library to display an audio waveform.
You could look at the trivial_sampler ex
Hi, I'm extremely new to audio programming. I have a million questions, but
the one burning my brain now is how do I
get a program written with the qt widget library to display an audio waveform.
Also, any links to good documentation for
audio programming would be good.
Thanks
Mike Fisher
On Sun, 12 Oct 2003 15:22:07 +0200
J_Zar <[EMAIL PROTECTED]>(by way of J_Zar <[EMAIL PROTECTED]>) wrote:
> I'm searching for an audio API to parse a .wav file and show its waveform.
> Someone knows something similar?
>
> If not, someone could tell me how to do it by myself?
>
> I mean if I open
I'm searching for an audio API to parse a .wav file and show its waveform.
Someone knows something similar?
If not, someone could tell me how to do it by myself?
I mean if I open the file .wav and get one buffer at time, what I should do
to know its waveform?
Thank you,
always a perennial favorite.
here is the way i did it way back when.
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/eponymous/gtkwv/
and the requisite screenshot http://www.arcsin.org/editor.jpg
have fun,
rob
On Mon, Oct 14, 2002 at 10:45:20AM +0200, Thomas Grill wrote:
> Hi
Hi Thomas,
> Hi all,
> can anyone give me pointers on how the overview cache for a zoomable
> waveform display is organized?
> One can see accurate and fast displays in a lot of applications but i guess
> the rendering of this is not straightforward.
>
> best greetings,
> Thomas
I am thinking ab
You just store the peak amplitudes (+ve and -ve sepratly) for every N
samples.
I think typically you have two seperate peak files, eg. one for every 2^8
samples and one for every 2^16.
The eqivalent in large images uses one "peakfile" for every power of two,
but audio people seem to be more cons
Hi all,
can anyone give me pointers on how the overview cache for a zoomable
waveform display is organized?
One can see accurate and fast displays in a lot of applications but i guess
the rendering of this is not straightforward.
best greetings,
Thomas
14 matches
Mail list logo