https://github.com/zprodev/web-audio-test
https://github.com/zprodev/web-audio-test
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zprodev/web-audio-test
- Owner: zprodev
- License: cc0-1.0
- Created: 2018-03-27T16:34:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T04:46:41.000Z (over 7 years ago)
- Last Synced: 2025-05-14T10:22:04.868Z (9 months ago)
- Language: HTML
- Size: 9.15 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)