Linux Sound subsystem development
 help / color / mirror / Atom feed
From: Kevin Turner <Kevin.Turner@oberlin.edu>
To: linux-sound@vger.kernel.org
Subject: Re: ESS ES1689 OSS/Free help needed
Date: Sat, 16 Jan 1999 18:43:35 +0000	[thread overview]
Message-ID: <marc-linux-sound-91651260528988@msgid-missing> (raw)
In-Reply-To: <marc-linux-sound-91650730927120@msgid-missing>

On Sat, Jan 16, 1999 at 06:19:04PM +0100, Jacek M. Holeczek wrote:
> my card as ES1868 ( not bad ), then it modifies the /etc/conf.modules
> required modules and the /etc/sndconfig looks well, but ... it doesn't
> really work :
> 	1. "cat sample.au > /dev/audio" works
> 	2. "cat something.wav > /dev/dsp" produces terrible noise, just
> 	   like I was doing "cat something.wav > /dev/audio", or "cat
> 	   something.au > /dev/dsp"

This is often true under working systems.  You need a wav player to
really play wavs...  It does something a bit more sophisticated than 'cat'.

> 	3. "dd bs=8k count=4 < /dev/audio > sample.au" works, I can also
> 	4. "dd bs=8k count=4 < /dev/dsp > sample.wav" works, I can also
> 	5. none of recored samples ( from points 3. and 4. ) is in correct

Again, some software is useful here.  sox is a well known sound package.
What you get from the devices is some raw format, not a well-formed
sound file containing a header about the encoding, sample rate, etc.

> 	6. "playmidi -f something.mid" ( opl3 ) doesn't work at all - the

What does `cat /proc/sound` (or /dev/sndstat) say for Synth Devices?
Do your system logs complain about not being able to find a module for
synth0?  I believe the opl3 driver is in the adlib_card module (though
this may vary), does /proc/modules indicate that it is loaded?

> 	7. "playmidi -e (-D0) something.mid" ( uart401+WaveTable ? )
To be expected if you don't have an external midi device.

Good luck,
 Kevin

  reply	other threads:[~1999-01-16 18:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-01-16 17:19 ESS ES1689 OSS/Free help needed Jacek M. Holeczek
1999-01-16 18:43 ` Kevin Turner [this message]
1999-01-19  9:56 ` Jacek M. Holeczek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-linux-sound-91651260528988@msgid-missing \
    --to=kevin.turner@oberlin.edu \
    --cc=linux-sound@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox