octave-maintainers
[Top][All Lists]
Advanced

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

Re: ltfat 1.4.3 released


From: Marco Atzeri
Subject: Re: ltfat 1.4.3 released
Date: Sun, 19 Jan 2014 19:38:20 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 03/12/2013 19:19, Zdenek Prusa wrote:
Hi all,
this is the first release with the real-time audio block processing and
visualization framework actually working in Octave, so I would very much
appreciate if anyone interested could try to run it. Currently it does
not work on Windows and probably neither on Mac.

The framework depends on the portaudio library:
apt-get install portaudio19-dev
works for me and also on the JAVA runtime environment. I tested it on a
quite recent version of Octave built from source.

After installing the package try to run

demo_blockproc_slidingsgram('gspi.wav');

and report what you are experiencing. It should look similar to the
attached screenshot (but moving).
Mouse wheel and right mouse button are active to do something with the
plot.

Some more information can be found at
http://ltfat.sourceforge.net/doc/blockproc_central.php

Hope you will like it.
Zdenek


attached patch to make it working on cygwin.
It should be better to define all the link libraries on
configure.ac, but also this solution works.

Question, How to test on platform like this ?

octave:2> demo_blockproc_slidingsgram('gspi.wav')
error: demo_blockproc_slidingsgram: playrec or portaudio are not properly compiled.
error: called from:
error: /home/marco/octave/ltfat-1.4.3/comp/demo_blockproc_header.m at line 21, column 4 error: /home/marco/octave/ltfat-1.4.3/demos/demo_blockproc_slidingsgram.m at line 33, column 1

Regards
Marco




Attachment: ltfat.patch
Description: Text document


reply via email to

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