Code Monkey home page Code Monkey logo

aural-coding-vscode's Introduction

aural-coding-vscode

Visual Studio Marketplace Visual Studio Marketplace Visual Studio Marketplace license

A Visual Studio Code extension that creates sweet melodies based on what you type. Inspired by aural-coding (Atom's version)

Installation

Run code --install-extension jeng.aural-coding-vscode

or search Aural Coding in Extensions Marketplace.

How to use

Aural Coding will start immediately when visual studio code is started. However, you can enable and disable the extension by executing these commands in the Command Palette (Cmd+Shift+P).

  • Aural Coding: Enable
  • Aural Coding: Disable

Known Issues & Bugs

We are in the development phase. We are happy if you want to help out by sending a pull request.

  • Slow audio player on Windows.
  • Play audio with AudioBuffer instead of files.

Contributing

Add your functions and unit tests for any new or changed functionality. Lint and test your code.

Release Notes

1.1.0

Supported for multi-languages.

1.0.0

Basic functions work on Windows and macOS.


Enjoy!

aural-coding-vscode's People

Contributors

darkofgodd avatar double-slit avatar fernaliza avatar jengjeng avatar teesrisantitham avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

aural-coding-vscode's Issues

No sound heard (Linux CentOS)

Hi!

I'm on VSCode version 1.21.0-insider on CentOS Linux release 7.4.1708 (Core) and I hear nothing.

Tried enabling and disabling a few times, but no sound. (If I open youtube or something that makes sound, indeed my sound works, but I hear nothing while typing inside VSCode when the plugin is presumably enabled.)

Perhaps the way you're playing sounds is not super compatible across the board? I tried another sound-making extension which did work for me but it's not the same concept as this one: https://github.com/timmyreilly/TypewriterNoises-VSCode

Support in other keyboard languages

When you try to change the language with your keyboard and try to type in the editor, the language does not change. It will also display English.

Avoid interrupting default commands/events

Now, the program defines the keys to activate the audio playback function in the package.json.

"keybindings": [
{
"key": "a",
"command": "extension.aural-coding-vscode_97",
"when": "editorTextFocus"
},
{
"key": "b",
"command": "extension.aural-coding-vscode_98",
"when": "editorTextFocus"
},

However, it has interrupted default commands/events of visual studio code and other plugins.
For example. If you press Backspace button it should remove 1 character in your text editor and play the sound. But for now, It only plays the sound and can't remove the character.

We need to fix it to not interrupting with the other commands/events.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.