Skip to content

suskind/talkingkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

talkingkey

Useless project to make talking keys

Lets make the most useless project making keys saying something when you type them.

Fork this project

Make a sound (mp4 and ogg)

Map it in js/talkingkey.js using

keyCode {
    'ogg': 'sounds/ogg_file.ogg',
    'mp4': 'sounds/mp4_file.mp4'
} 

// Ex: to key 9 
var map {
    // ... 
    '57': {
        'ogg': 'sounds/nine.ogg',
        'mp4': 'sounds/nine.mp4'
    }
    // ... 
}

pull request your sound

Demo:

Check it out at: http://cloudpt.pdvel.com/nine/

About

Useless project to make talking keys

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published