Re: sound on Linux

2025-10-18 Thread Joaquim Carvalho
Yes, it works, thanks! On Thu, Oct 16, 2025 at 2:30 PM Ralph Corderoy wrote: > Hi Joaquim, > > > /dev/dsp does not exist on modern Linux so sound is broken. > > Is padsp(1) of any use? > > padsp starts the specified program and redirects its access to OSS > compatible audio devices (/dev

RE: sound on Linux

2025-10-18 Thread Ian Jeffray
Arcpinball is great! You might want to look at Arculator, instead of ArcEm – ArcEm’s rather forgotten these days. https://b-em.bbcmicro.com/arculator/ Ian From: Joaquim Carvalho Sent: 15 October 2025 23:02 To: [email protected] Subject: sound on Linux

Re: sound on Linux

2025-10-17 Thread Cameron Cawley
Hi I've posted an explanation regarding audio on Linux over on the GitHub issue: https://github.com/ArcEm-emu/ArcEm/issues/21 As an aside, it would be nice if ArcPinball could be made generally available - I haven't played it, but it looks good from what I've seen on YouTube. The Archimedes Softw

sound on Linux

2025-10-17 Thread Joaquim Carvalho
/dev/dsp does not exist on modern Linux so sound is broken. Is anyone planning to fix this? I'm the developer of Arcpinball. Last time I played it it was 1990. It's running awesome in arcem, even my 5-lines-of-recursive-code individual sand grains hourglass works, but no sound :( -- arcem-devel ma

Re: sound on Linux

2025-10-16 Thread Ralph Corderoy
Hi Joaquim, > /dev/dsp does not exist on modern Linux so sound is broken. Is padsp(1) of any use? padsp starts the specified program and redirects its access to OSS compatible audio devices (/dev/dsp and auxiliary devices) to a PulseAudio sound server. padsp uses the $LD_PRELOAD