KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
mac-sounds
★ 11
Open GitHub ↗
Play default OS X sounds from node
Download README (.md)
Explore Similar Repositories
dm-pg-types
:
DataMapper support for PostgreSQL HSTORE and ARRAY types
qt-email
:
A simple implementation to send E-Mails via the installed default program.
overlord.js
:
Mediator pattern taken to the limits. Can do more than just PubSub
thucydides-jbehave
:
No description available.
sense-android-library
:
Sense Platform library for Android
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
mac-sounds
?
Download (.md)
# mac-sounds mac-sounds is a library for playing the default Mac OS X sounds from node: ```javascript var sound = require("mac-sounds"); sound('submarine'); ``` Takes a callback as a second argument: ```javascript sound('pop', function(err) { if (err) throw err; }) ``` ## install ``` npm install mac-sounds ``` ## the sounds basso, blow, bottle, frog, funk, glass, hero, morse, ping, pop, purr, sosumi, submarine, tink Only tested on OS X 10.6