vscode-power-mode icon indicating copy to clipboard operation
vscode-power-mode copied to clipboard

Hi! Can Add some sounds/music like piano or anything?

Open ghost opened this issue 7 years ago • 2 comments

I want the beats while coding^^

ghost avatar Feb 04 '18 08:02 ghost

Unfortunately there isn't a good universal way of doing this. Due to the way VS Code extensions work, they are hosted in a separate process and don't have access to the browser apis. This means they don't have access to the web audio apis and have to rely on platform specific audio apis / provide their own audio executables.

I've looked into it a bit in the past and decided it was outside the scope of what I was willing to do.

I started working towards making this extension "extensible" so other authors could write plug-ins, though. If I ever finish that, somebody else could make an audio plug-in

hoovercj avatar Feb 04 '18 08:02 hoovercj

For piano, for Atom I use to use Aural Coding, turns out there is a port for vscode too: https://marketplace.visualstudio.com/items?itemName=jeng.aural-coding-vscode

balupton avatar Aug 09 '21 11:08 balupton