Re: [Alsa-user] DMIX documentation

2004-01-22 Thread Myk
http://alsa.opensrc.org/index.php?page=DmixPlugin provides a good description, including how to force some non-alsa apps to use it. You may need to adjust some of the settings in the .asoundrc for your card. - Myk --- The SF.Net email is spons

Re: [Alsa-user] Re: lack of information (realtime alsaplayer)

2004-01-20 Thread Myk
On Tue, 20 Jan 2004 17:53:18 +0100 Frank Barknecht <[EMAIL PROTECTED]> wrote: > Hallo, > Stephan Seitz hat gesagt: // Stephan Seitz wrote: > > > Hi! > > > > On Mon, Jan 19, 2004 at 08:20:45PM +, Myk wrote: > > ># sudo alsaplayer -r > >

Re: [Alsa-user] lack of information (realtime alsaplayer)

2004-01-19 Thread Myk
ime scheduling is needed to avoid underrun > when other programs are in execution. # sudo alsaplayer -r will do the trick. You'll need to allow passwordless sudo-ing for any users (set in /etc/sudoers, check the man page for sudo) e.g %rtaudio A

Re: [Alsa-user] Alsa Mixer setting

2004-01-16 Thread Myk
rent settings to /etc/asound.state Arrange for alsactl store to run before shutdown and alsactl restore on start up. The ALSA init script (mine is in /etc/init.d/alsasound) should do this already, though. - Myk --- The SF.Net email is spon

Re: [Alsa-user] dmix - some tests

2003-10-20 Thread Myk
On Mon, 20 Oct 2003 11:26:55 +0200 Frank Barknecht <[EMAIL PROTECTED]> wrote: > Hallo, > Myk hat gesagt: // Myk wrote: > > > On Sun, 19 Oct 2003 11:25:43 +0200 > > Here's some results - I've been fiddling with this a lot as well! > > This is all wit

Re: [Alsa-user] dmix - some tests

2003-10-20 Thread Myk
On Sun, 19 Oct 2003 22:28:15 -0500 Ryan Underwood <[EMAIL PROTECTED]> wrote: > Hi, > > On Sun, Oct 19, 2003 at 11:29:29PM +0100, Myk wrote: > > > > Trying aoss with either the simple or complex variation does not > > work at all - I tried it with ogg123, Spira

Re: [Alsa-user] dmix - some tests

2003-10-19 Thread Myk
essful Set channels to 2 successful SNDCTL_DSP_SPEED: No such file or directory This happens even when using snd-dummy as card 0. I've no idea what to try next. - Myk oss_test.c Description: Binary data

Re: [Alsa-user] Alsa + Realplayer 8.0

2003-10-16 Thread Myk
On Wed, 15 Oct 2003 21:27:45 +0200 Frank Barknecht <[EMAIL PROTECTED]> wrote: > Hallo, > > Myk hat gesagt: // Myk wrote: > > You can select the device like this: > > > > mplayer -ao alsa9:plughw > > mplayer -ao oss:/dev/dsp1 > > You

Re: [Alsa-user] Alsa + Realplayer 8.0

2003-10-14 Thread Myk
w:0, hw:1, ... Please report this as a bug to > the mplayer team: mplayer should allow the selection of devices by > name, like for example "mplayer -ao alsa9 -alsadevice > plug:surround51" (this is made up and doesn't work, of course). You can select the device like this:

Re: [Alsa-user] Alsa + Realplayer 8.0

2003-10-12 Thread Myk
Hi You need to have enabled oss-emulation for the alsa drivers, which should appear as snd-pcm-oss, and snd-mixer-oss in lsmod's output. If you've installed from source, the configure option is --with-oss=yes - Myk On Sun, 12 Oct 2003 11:43:19 -0400 [EMAIL PROTECTED] wrote: &g

Re: [Alsa-user] OSS emulation - forcing playback sample rate

2003-10-07 Thread Myk
On Tue, 07 Oct 2003 11:32:26 +0200 (METDST) Clemens Ladisch <[EMAIL PROTECTED]> wrote: > Myk wrote: > > What I am looking for is a way of forcing all playback with a > > minimum sample rate of 32kHz. > > ... > > However, I'd like the OSS-emulation layer to

[Alsa-user] OSS emulation - forcing playback sample rate

2003-10-02 Thread Myk
iophile 2496) is connected via spdif to a pair of Edirol MA-10D speakers. The speakers insist on a sample rate of 32-96kHz, and anything played to them below 32kHz results in silence - mostly Flash movies, Real streams - the usual web-stuff. Thanks Myk ---