Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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"

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)