Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sota1235/webaudioapi_application
Web application mede by "Web Audio API"
https://github.com/sota1235/webaudioapi_application
Last synced: about 12 hours ago
JSON representation
Web application mede by "Web Audio API"
- Host: GitHub
- URL: https://github.com/sota1235/webaudioapi_application
- Owner: sota1235
- Created: 2014-09-05T17:38:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-23T05:29:58.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T19:20:59.797Z (7 months ago)
- Language: JavaScript
- Size: 813 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Web Audio API Samples
====Web Audio APIで遊ぶ
### Description
Web Audio APIを用いていくつかの簡単なアプリケーションを実装する。
* simple_api
- ボタンを押すと音が鳴る仕様
- urlを変更することで音声ファイルの取得先を変更できます
* drum_set
- ドラムセットもどき
- それぞれの音を録音することも可能
- 音はこちらから頂きました
+ [魔王魂](http://maoudamashii.jokersounds.com/)
* volume_adjust
- 環境音に合わせて音量調整される音楽プレーヤー
- 未完成
* analyser
- マイク入力音源の各周波数を表示
* hue_talk
- 会話の音量、声の高さに合わせてHueの色が変わる
## Run
#### Python3
```sh
python -m http.server
```#### Python2
```sh
python -m SimpleHTTPServer
```Then, you can access to ```localhost:8000```.
## Author
[@sota1235](https://github.com/sota1235)