MatrixBrandy icon indicating copy to clipboard operation
MatrixBrandy copied to clipboard

Add Sound capability

Open soruk42 opened this issue 6 years ago • 2 comments

Sound is a glaring part of BBC BASIC that is currently missing from Brandy.

I've taken an initial look at the audio from BeebEm (which also uses SDL 1.2) but it is extremely tightly tied to the emulated sound hardware of the Beeb.

soruk42 avatar Sep 19 '18 12:09 soruk42

Non-envelope sound might be easily do-able. Certainly, SOUND to MIDI is quite simple.

jgharston avatar Nov 28 '18 03:11 jgharston

Earlier today I received a code submission by email that provides sound and (nominally) the default RISC OS sounds. Wavesynth-Beep gives a softer sound, StringLib-* give what sound like a square wave, and Percussion-* play distorted notes. This code has been merged into mainline.

soruk42 avatar Aug 03 '19 21:08 soruk42