[linux-audio-dev] NI Traktor

2003-06-12 Thread Robert Jonsson
This is a first for audio applications. Native Instruments Traktor just appeared on Freshmeat! :) I guess some people are starting to take notice of the OSS community. Though it isn't OSS in itself and not available for Linux (OS X, + a few marginal os:es). But the most interesting thing was

[linux-audio-dev] Re: [linux-audio-user] NI Traktor

2003-06-12 Thread Frank Barknecht
Hallo, Robert Jonsson hat gesagt: // Robert Jonsson wrote: This is a first for audio applications. Native Instruments Traktor just appeared on Freshmeat! :) I guess some people are starting to take notice of the OSS community. Though it isn't OSS in itself and not available for Linux

[linux-audio-dev] Re: [linux-audio-user] NI Traktor

2003-06-12 Thread Allan Klinbail
On Thu, 2003-06-12 at 17:13, Frank Barknecht wrote: Hallo, Robert Jonsson hat gesagt: // Robert Jonsson wrote: This is a first for audio applications. I've seen Microsoft adds (paid ones) on SourceForge. so this doesn't surprise me too much... There are alot of OSX apps appearing so it

[linux-audio-dev] Re: [linux-audio-user] NI Traktor

2003-06-12 Thread Jay Vaughan
I've seen Microsoft adds (paid ones) on SourceForge. so this doesn't surprise me too much... There are alot of OSX apps appearing so it doesn't surprise me that they are doing this. However.. I too am not sure if I like commercial software appearing there, at the same time it does mean that they

[linux-audio-dev] Tune for read (reiserfs)

2003-06-12 Thread Ralfs Kurmis
Hi folks I have two linux computers with ext3 and reiserfs file systems = follows mpg123 /my/lala.mp3 without -b option If during da playing i make copy , scandir for big folders and other intensive disk perations Then sometimes sound breaks for o,x sec Make tuning

[linux-audio-dev] libakai

2003-06-12 Thread Christian Schoenebeck
Hi! I have ported Sebastien Metrot's libakai to Linux some couple of weeks ago. Until it will be in CVS one day you can get it from: http://stud.fh-heilbronn.de/~cschoene/projects/libakai/ I added some code to the demo application to extract samples from a Akai disc yesterday, so you

Re: [linux-audio-dev] libakai

2003-06-12 Thread Allan Klinbail
Hey There Does this mean I can read and listen to my MPC200xl .snd files? What about editing, which software can read it? cheers Allan On Thu, 2003-06-12 at 22:28, Christian Schoenebeck wrote: Hi! I have ported Sebastien Metrot's libakai to Linux some couple of weeks ago. Until it

Re: [linux-audio-dev] 8bit sound wav playing to a 16bit sound card...

2003-06-12 Thread Ralfs Kurmis
I'm new to OSS Programming, and I'm attempting to play some 8bit wav files. However OSS is telling me that my sound card will not play 8bit , only 16bit. If I force it. The sound changes pitch, and is very fast. ( obviously ). Is there anyway to convert 8bit to 16bit on the fly? I've

Re: [linux-audio-dev] 8bit sound wav playing to a 16bit sound card...

2003-06-12 Thread Derrick
I'm playing the file at the Sample rate that is in the header of the wav file.. when I play the file in gnome recorder it reports a Sample Rate of 11025, My program also reads it as 11025 and sets the SNDCTL_DSP_SPEED accordingly... Let me restate.. The sound that does play is so fast that

Re: [linux-audio-dev] 8bit sound wav playing to a 16bit sound card...

2003-06-12 Thread Erik de Castro Lopo
On Thu, 12 Jun 2003 11:18:53 -0400 Derrick [EMAIL PROTECTED] wrote: I'm new to OSS Programming, and I'm attempting to play some 8bit wav files. However OSS is telling me that my sound card will not play 8bit , only 16bit. If I force it. The sound changes pitch, and is very fast. ( obviously ).