Interviews with Linux Sound Folks 46
Hexdancer writes "Linux MusicStation currently has an interview with Jaroslav Kysela from the ALSA sound drivers project as well as some words from the author of SLab (one of the two free HDD recording systems for Linux)"
Re:What's the OTHER HDD Recorder? (Score:1)
http://www.bright.net/~dlphilp/linux_soundapps.
Re:ALSA, what's the point of it? (Score:1)
Re:Useable eh? (Score:1)
Also, if the modules get unloaded then reloaded, the mixer will be muted again. Solution: modprobe them in by hand.
Re:usable for what? (Score:1)
I think it's Dr. Watson. (Score:1)
However, I have to agree that Dr. Watson under NT has caused me unspeakable pain and agony under Netscape (and ICQ).
Who am I?
Why am here?
Where is the chocolate?
Re:what's up with midi on linux? (Score:2)
This page [bright.net] is a good place for music/sound software for Linux.
Re:ALSA, what's the point of it? (Score:1)
Sequencer for Linux : rosegarden (Score:2)
Check it out at:
http://www.bath.ac.uk/~masjpf/rose.html
A new version using the GTK+ and Gnome libs for the interface is at the conceptual stage.
Chris Wareham
ALSA in Kernel (Score:1)
Re:usable for what? About everything, I guess... (Score:1)
1) Playing MP3's,
2) Microphone recording.
3) Playing Quake/Quake2/Civ:CTP
4) Creating CD's from audio tape (FD definately worked for that)
MIDI is coming but not here yet for general use. Anything else you would need it for?
jf
Re:ALSA, what's the point of it? (Score:1)
1) Full Duplex on ALL cards that support it.
2) Hardware mixing (multiple sound streams) for hardware that supports it.
3) Very sophisticated midi infrastructure
4) Patch management for soundcard synths
5) Documented API
6) Multiple card support (up to 8 per system)
7) Modular system
8) Extensive mixer control system
9) Card autodetection
10) PnP autoconfiguration (for PnP cards)
And that's just the stuff off the top of my head.
OSS is a very basic sound interface. ALSA is very
structured, professional interface (or will be).
jf
Re:ALSA, what's the point of it? (Score:1)
And it takes about 5 minutes to set up a PCI or PnP (if you have the resources) sound card with ALSA...
And KDE has it's share of "will be's" too...
Nice to see Jaroslav getting some attention... (Score:3)
About three years ago, I had a Gravis Ultrasound. The DOS/Windows drivers were buggy, and the OSS drivers weren't much better. I suffered along awhile, having to load Windows to to anything sound related, until I found the UltraSound Project, Jaroslav's first driver project.
The UltraSound Project was an attempt to provide an OSS compatible driver, written from scratch, that 1) worked, and 2) supported all the features of the Ultrasound cards.
The project was wildly sucessful in both goals. At the end, the
On the sucess of the Ultrasound Project, Jaroslav started ALSA. The nice thing about ALSA, though, was that it was no longer a project to create an OSS compatible driver , but to create a better sound system (with backwards compatibility) with features like full duplex for every card that supports it, hardware mixing of multiple sound streams, RT (or close to it) recording, and an professional quality MIDI subsystem; along with an API (alsalib) for programmers to easily write software for it.
At this moment, ALSA is at version
I have found it very usable over the last year or so for day to day work, and I strongly encourage anyone who is interested to try it out. Here is a short list of supported soundcards (note this is PCM, no MIDI. MIDI support (as stated) is just starting for soundcards):
Gravis Ultrasound (Classic, Max, ACE)
AMD Interwave (Gravis Ultrasound PnP)
CS4232,CS4236,CS461x
OPL3-SA
SoundBlaster 8,16,AWE
es1688
es18xx
ess solo1
Ensoniq AudioPCI, SB PCI {32,64,128}
Trident 4DWave {DX,NX} (I have one of these! Works great)
S3 SonicVibes
MSS
And more coming all the time. And in case no one mentioned the web site, it's http://www.alsa-project.org. There are also developer and user mailing lists available..
Anyway nice article, and if you want to help, please do. Users and testers welcome.
jf
;-) (Score:1)
"There is no spoon" - Neo, The Matrix
"SPOOOOOOOOON!" - The Tick, The Tick
music distro? (Score:1)
Re:music distro? (Score:1)
Decent Midi software for one thing; something
that can take midi -in and output staff music,
and then typeset it.
So much of the "music" layer is "mp3 this, mp3 that" but that's not really all musicians want.
To me, midi is far more important. A GUI/wysiwyg
composition tool would absolutely rock, as would
a port of something like guitar pro.
Studio folks need SMTPE encoding too, for A/V.
Keyboard players need midi sequencers. A linux
port of cakewalk, for instance.
And where is the decent speech synthesis?
Re:Good ol' Dr. Watson! (off-topic) (Score:1)
Re:ALSA, what's the point of it? (Score:1)
Neither ALSA nor OSS supports that chip you've got on your shoulder, so why don't you just get rid of it?
Re:ALSA, what's the point of it? (Score:1)
The free drivers that are included in the kernel are almost all GPL as well, so they are not free to be used in closed source products, unless they are also available under a different licence as well. So I don't really see what the point is here.
The reason why I started using ALSA was simply because OSS just didn't work for me. Whenever you try to find out more, the advice was always to get the commercial version. Eventually I realised that it just isn't very suitable for music applications and that ALSA had a better plan and a more promising future even though it was less complete.
what's up with midi on linux? (Score:1)
it got me thinking about MIDI -- does anyone know of any MIDI sequencers for Linux? And what MIDI interface hardware is supported, if any. A quick search of Freshmeat simply shows MIDI players [presumably using soundcard wave tables and the like].
it'd be cool to think about using linux for my keyboard -- Cubase4PPC is damn unstable!
Re:What's the OTHER HDD Recorder? (Score:1)
Re:usable for what? (Score:1)
I'm just wondering, what is it that ALSA are very usable for? Just playing sounds, or for recording as well? And if for recording as well, for full duplex recording?
I'm asking because one of the two applications that keeps me attatched to the MacOS is ProTools, a very nice HDD recorder. I would defninitely like to be able to switch over to Linux entirely at some point. But it's really hard to record duets by oneself if you don't have full duplex recording! :)
About time ALSA get's into focus (Score:1)
The script for aoutoconfiguration of ALSA is a very impressive piece of art. It looks pretty small but does all the magic for you.
This project really deserves attention and support.
//Pingo
Re:what's up with midi on linux? (Score:1)
http://sound.condorow.net/
this is by far the most thorough collection of Linux (and UNIX in general) music programs, so it's highly recommended.
Re:What's the OTHER HDD Recorder? (Score:1)
http://rulhmpc38.leidenuniv.nl/private/multitra
ludites (Score:1)