Updates:
jace-0.1.0
- Now compiles on 64-systems. Many thanks to Joern and Ken for testing.
japa-0.2.1
- Fixed bug that prevented B input to work correctly.
Papers
- All my LAC papers and presentations are now on-line. Follow the
'papers' link in the left margin.
All at <http://www.kokkinizita.net/linuxaudio>
Ken's blog <http://www.restivo.org/blog/archives/80>, mentions the
Lucia IR used in jace's demo configuration. I'll have to temper
Ken's excitement a bit: it is not Santa Lucia Basilica in Siracusa,
but the one in Bologna, now the university's aula magna. See here:
<http://www.bolognacongressi.it/page.asp?m=66&l=1&ma=36&c=259&p=66Aula>
Still a nice place to shake the plaster off the walls :-)
--
FA
Follie! Follie! Delirio vano è questo !
Greetings:
This looked interesting:
http://fijuu.com
Anyone here ever try it ?
I found it when I searched YouTube for "linux audio" and "linux music".
Btw, I'm running the nsplugin wrapper to get Flash in 64Studio's Firefox
(aka Iceweasel), it works perfectly.
Best,
dp
A while back I bought a SiI3112 PCI SATA card and hooked four 300gig
hard drives to it - worked fine. Later on, my roommate bought some
400gig hard drives, and we had major trouble with them - the drives
would appear locked up a few gigs into a big file transfer. We ended
up using them in a windows box, where they worked fine.
Now I'm in the market for a brand new computer, that I'd like to throw
some 500gig sata drives in. Has anyone had any experience using
really big drives like that with onboard sata controllers? If so,
what brand/chipset drive/motherboards are you using? (feel free to
reply privately if you think this will degenerate into advertisements)
--
daneasley(a)gmail.com
dan(a)towndowner.com dan(a)burntpossum.com
http://towndowner.comhttp://burntpossum.com
Folks,
Why does MuSE takes an eternity and a half to draw its screen on
FC6 ? MuSE was obtained using kyum. Machine is x86_64. I thought
MuSE's GUI was Qt, so I'm surprised that there are window.drawing
problems.
Al
Hi!
The aim is to get SPDIF stream (for external DAC) with the best quality
(I mean all kinds of jitters). Of course, such hardware must be ALSA-supported.
Needed formats are stereo streams with 32KHz-96KHz rate and 16 and 24 bit depth.
And, of course, such interface must have own dedicated power supply unit
to be completely kept from PC power rippling. Needed operation is playing back
only (without capturing).
With googling it is possible to find (probably) suitable hardware, but all I
have found are over-featured and, as a result, over-priced regarding needed
features.
Has anybody suggestions for such claims? :-)
Andrew
The first version of jack_nuke is released !
jack_nuke is a client for the Jack Audio Connection Kit used to
generate "unwanted" data on jack ports (both midi and audio) to test
the robustness of other jack client applications. For those who've
heard of Jack demolition, jack_nuke proposes similar functionalities
as far as audio is concerned (jack_nuke is based on its code).
The midi testing part is intended to test jack midi clients and works
for both jack current trunk API and the jack midi branch API, thanks
to come magic provided by Nedko Arnaudov.
The homepage can be found here : http://home.gna.org/jacknuke/
You can download tarballs there : http://download.gna.org/jacknuke/
Go ahead and crash-test your favorite apps !
__________________
Marc-Olivier Barre,
Markinoko.
jack_mixer version 3 released.
jack_mixer is GTK (2.x) JACK audio mixer with look similar to it`s
hardware counterparts. It has lot of useful features, apart from being
able to mix multiple JACK audio streams.
Changes since version 2:
* Detect NaNs
* Dont mix nan sample and next samples in current jack frame (only messed channel)
* Show NaNs to user (abspeak goes red and shows NaN)
* Reset channel NaN status on abspeak reset
* Switch to autotools (prepare for JACK MIDI support)
Homepage with screenshots: http://home.gna.org/jackmixer/
Download: http://download.gna.org/jackmixer/
--
Nedko Arnaudov <GnuPG KeyID: DE1716B0>
> Message: 4
> Date: Fri, 20 Apr 2007 08:40:30 -0400
> From: Dave Phillips <dlphillips(a)woh.rr.com>
> Subject: [LAU] Fijuu2 and YouTube
> To: LAU Mail List <linux-audio-user(a)lists.linuxaudio.org>
> Message-ID: <4628B4BE.9050502(a)woh.rr.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Greetings:
>
> This looked interesting:
>
> http://fijuu.com
>
> Anyone here ever try it ?
>
> I found it when I searched YouTube for "linux audio" and "linux music".
> Btw, I'm running the nsplugin wrapper to get Flash in 64Studio's Firefox
> (aka Iceweasel), it works perfectly.
>
> Best,
>
> dp
>
Great! This is sooo great! If I had a suppored video card, I would go
straight to the store and bu one of those controllers. Wow. Amazing.
Reminds me of some other things I've seen when I were into live coding.
I really think this could make some nice music in the same way as
Freewheeling does.
Martin
hi list,
i am just about to set up the mechanism for being able to mount an
usb-stick/hd as a ordinary user.
up to now, i was that much successful, that i am able to mount as user,
but i cannot write on it as user.
this is how the /etc/fstab line looks like:
/dev/sda1 /media/usb auto rw,user,noauto 0 0
while mounted, /etc/mtab shows:
/dev/sda1 /media/usb ext3 rw,noexec,nosuid,nodev,user=nowhiskey 0 0
but if i try to move a file to usb-stick:
nowhiskey@murija2:~$ cp diverses/acpi01 /media/usb/
cp: reguläre Datei »/media/usb/acpi01« kann nicht angelegt werden: Keine
Berechtigung
nowhiskey@murija2:~$
...which means "regular file ....could not be set: no permissions
does anyone knows the hint, what i should do different to get this to work?
any help would be really good, since reading the manuals did not helped
here in this problem.
cheers,
doc