Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <ydo784j2zm.fsf@UBEblock.psr.com>
Deutsch   English   Français   Italiano  
<ydo784j2zm.fsf@UBEblock.psr.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Winston <wbe@UBEBLOCK.psr.com.invalid>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: 14.1: /dev/audio gone?  Is there a replacement?
Date: Thu, 13 Jun 2024 11:07:09 -0400
Organization: A noiseless patient Spider
Lines: 29
Message-ID: <ydo784j2zm.fsf@UBEblock.psr.com>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Thu, 13 Jun 2024 17:07:12 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="a5646554e38bf28fd70d0e8ff6a6c39b";
	logging-data="2451009"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/L7KYRLe+7h5Tn5KrqDXPR"
User-Agent: Gnus/5.13 (Gnus v5.13)
Cancel-Lock: sha1:EFi//wqt8lNG7E741YPS9gxB66g=
	sha1:WPM3kIfeCJbXzevtN+7xMP4W+lY=
Mail-Copies-To: never
Bytes: 2005

SUMMARY:

After upgrading to 14.1, it looks like /dev/audio is gone.
Maybe this is some side effect of the "hot un/plugging" changes to
audio that wasn't mentioned in the Release Notes?

I used to be able to do "cp somesound.au /dev/audio".
What, if anything, is the replacement?

DETAILS:

The boot-up messages in the log file show the device uaudio0 getting
discovered just as before.  The only log file difference I see is that
"pcm0: <USB audio> on uaudio0" has changed to "pcm0: on uaudio0".
I see no audio*, uaudio*, nor pcm* in /dev now, though.

1) /dev/dsp0 isn't an instant substitute:
   "cp somesound.au /dev/dsp0" sounds like both the wrong speed and
   the volume cranked up well past distortion level.

2) "out123 -m -r 8000 --speed .5 -P -6 somesound.au" sounds like maybe
   something like this could be made to work if I could find all the
   right options, but the result so far is horribly noisy.  [The .au
   file I'm trying to play is sample rate 8000 mono.]

3) pacat/paplay gets "Connection failure: Connection refused".

Any suggestions?
 -WBE