Recreating the sounds of the BBC Radiophonic Workshop
webaudio.prototyping.bbc.co.uk
Recreating the sounds of the BBC Radiophonic Workshop
1–5 of 5 posts
Re: Recreating the sounds of the BBC Radiophonic Workshop
#2Thanks for posting this. It's hard to navigate on my phone, so I'll just comment here to remind myself to visit later.
https://youtube.com/watch?v=jetzY-W78gg
First heard this a few years ago from a Delia Derbyshire biopic with Caroline Catz and Cosey Fanni Tutti.
Re: Recreating the sounds of the BBC Radiophonic Workshop
#3Thanks for posting this. It's hard to navigate on my phone, so I'll just comment here to remind myself to visit later. https://youtube.com/watch?v=jetzY-W78gg First heard this a few years ago from a Delia Derbyshire biopic with Caroline Catz and Cosey Fanni Tutti.
> It's hard to navigate on my phone, so I'll just comment here to remind myself to visit later.
Hacker News has a "Favorite" feature that's good for this.
Re: Recreating the sounds of the BBC Radiophonic Workshop
#4Unfortunately, it's prevented from working in Firefox by Firefox's anti-default-audio feature. The trouble is, the thing creates an audio context on page load, not when you click the on button. Firefox won't let a page create an audio context without user interaction.
Re: Recreating the sounds of the BBC Radiophonic Workshop
#5Very cool! This might be a good time to mention a JavaScript emulation I made of the EMS Synthi A, which was also present at the BBC Radiophonic Workshop (well, the closely-related EMS VCS3 was) and contributed, among other things, to some SFX for Doctor Who:
https://github.com/AlexNisnevich/synthi-js
This was a project from 6-7 years ago and I had to rely on a third-party library for the web audio bits. If I re-did it today, I'd definitely do it all in native Web Audio.