sharpie7 / circuitjs1

Electronic Circuit Simulator in the Browser
GNU General Public License v2.0
2.35k stars 642 forks source link

[Feature Request] Export Audio to File #590

Closed ashlynblack closed 3 years ago

ashlynblack commented 3 years ago

I figure this shouldn't be too complicated to implement (I could of course, be completely wrong!) Audio duplex recording using the OS can be somewhat cumbersome.

pfalstad commented 3 years ago

For now, if you're using chrome, open the developer tools, select Network, then click play, then the URL should show up and you can right click to open it in a new tab and download it.

ashlynblack commented 3 years ago

Thanks! :3

pfalstad commented 3 years ago

now if you play some audio, you can right click the audio output and select Edit, then click the link to download the last played audio.