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

https://github.com/zprodev/web-audio-test


https://github.com/zprodev/web-audio-test

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

          

# web-audio-test

## WebAudio Examples

[Project](examples)

## Test

### Use AudioBuffer

[Decode](https://zprodev.github.io/web-audio-test/tests/decode/)

[Decode(Promise-based syntax)](https://zprodev.github.io/web-audio-test/tests/decode-promise/)

[Decode(Touch start)](https://zprodev.github.io/web-audio-test/tests/decode-touch-start/)

[Closed Decode(Touch start)](https://zprodev.github.io/web-audio-test/tests/closed-decode-touch-start/)

[Auto Start](https://zprodev.github.io/web-audio-test/tests/auto-start/)

[Auto Start(Play by touch for iOS)](https://zprodev.github.io/web-audio-test/tests/auto-start-touch-play/)

[Auto Start(Resume by touch for Chrome66^)](https://zprodev.github.io/web-audio-test/tests/auto-start-touch-resume/)

[Play > Release (disconnect only)](https://zprodev.github.io/web-audio-test/tests/multiple-play/)

[Play > Release ( + Buffer=null)](https://zprodev.github.io/web-audio-test/tests/multiple-play-null/)

[Play > Release ( + ctx.close)](https://zprodev.github.io/web-audio-test/tests/multiple-play-close/)

### Use AudioElement

[AudioElement Play](https://zprodev.github.io/web-audio-test/tests/element-play/)

[AudioElement Touch Play](https://zprodev.github.io/web-audio-test/tests/element-touch-play/)

[AudioElement Auto Play](https://zprodev.github.io/web-audio-test/tests/element-auto-play/)

[AudioElement Auto Play Touch](https://zprodev.github.io/web-audio-test/tests/element-auto-play-touch/)