[linux-audio-dev] StreamIt - compiler for modern streaming systems

2003-11-07 Thread Roger Larsson
(resent, previously sent from non member account) Found this on comp.arch StreamIt is a programming language and a compilation infrastructure, specifically engineered for modern streaming systems. It is designed to facilitate the programming of large streaming applications, as well as their

Re: [linux-audio-dev] Fixed vs Floating point comparison.

2003-11-07 Thread Roger Larsson
(resent, previously sent from non member account) First: Is the code correct? pos=lrintf(counter); Shouldn't pos be lower than counter and pos+1 higher? Like this pos = counter pos+1 pos = (int)(counter); = I use this in my tests. Second: Why the 'volatile'? You

Re: [linux-audio-dev] swh-plugins for jackEQ?

2003-11-07 Thread Steve Harris
On Thu, Nov 06, 2003 at 05:27:07 -0600, Jack O'Quin wrote: I'm trying to run jackEQ. If I use the current release of swh-plugins, it fails because dj_eq_1901 is missing. If I use the latest snapshot I can find on Steve's web site, swh-plugins-2003-10-21.tar.gz, this plugin exists. But

[linux-audio-dev] Linux on TI DSP boards

2003-11-07 Thread Vincent Touquet
http://www.linuxdevices.com/news/NS3468265897.html Looks cool. A little proprietary, but it seems to have an SDK. vini

[linux-audio-dev] Dev Music

2003-11-07 Thread Alexander Franca Fernandes
Hi! Please, be patience with my horrible english. I want make one program that can get notes/sounds and put out in screen images. I don't have any idea how I can do this. What language, what libraries, and I don't have any Idea how work /dev/dsp. What the first step? This project is for

Re: [linux-audio-dev] Dev Music

2003-11-07 Thread Frank Barknecht
Hallo, Alexander Franca Fernandes hat gesagt: // Alexander Franca Fernandes wrote: Please, be patience with my horrible english. I want make one program that can get notes/sounds and put out in screen images. You might want to take a look at some of the graphical sound systems, then. For

[linux-audio-dev] Re: Dev Music

2003-11-07 Thread Pedro Moreal
You might want to take a look at some of the graphical sound systems, then. For example Pd (www.pure-data.org) is very easy to set up and yet very powerful. You could use some of the Pd extensions to create images of sound or the other way around. GEM is very easy to get started with, if you have

[linux-audio-dev] linux-kernel comments on POSIX capabilities support (fwd)

2003-11-07 Thread Kai Vehmanen
Crossposting from jackit-devel to here... -- Forwarded message -- From: Kai Vehmanen [EMAIL PROTECTED] Subject: [Jackit-devel] linux-kernel comments on POSIX capabilities support Not too encouraging.. :( http://kt.zork.net/kernel-traffic/kt20031101_239.html#3 Quoting Albert

[linux-audio-dev] Re: Dev Music

2003-11-07 Thread Frank Barknecht
Hallo, Pedro Moreal hat gesagt: // Pedro Moreal wrote: Hummm... directly soundcard hardware??!!! :( I will test your suggestions, but... I just wanna one program can show one image when pupil play one C note ,or G, etc and maybe control intensity of color with gain of sound. Something that