Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Brincando de músico usando WebAudioAPI
Search
Diógenes Fernandes
February 27, 2014
Technology
0
84
Brincando de músico usando WebAudioAPI
Using Javascript!
Diógenes Fernandes
February 27, 2014
Tweet
Share
More Decks by Diógenes Fernandes
See All by Diógenes Fernandes
Conseguindo seu primeiro emprego remoto na gringa
diofeher
0
35
Hackeando a votação do BBB com Python
diofeher
0
150
ES6 - Consertando as partes ruins do JavaScript
diofeher
0
90
How I made a Spacedrum
diofeher
0
98
Other Decks in Technology
See All in Technology
KubeCon + CloudNativeCon Japan 2025 Recap
ren510dev
1
370
面倒な作業はAIにおまかせ。Flutter開発をスマートに効率化
ruideengineer
0
230
Beyond Kaniko: Navigating Unprivileged Container Image Creation
f30
0
130
United airlines®️ USA Contact Numbers: Complete 2025 Support Guide
unitedflyhelp
0
140
第4回Snowflake 金融ユーザー会 Snowflake summit recap
tamaoki
1
250
AWS Organizations 新機能!マルチパーティ承認の紹介
yhana
1
270
怖くない!はじめてのClaude Code
shinya337
0
380
論文紹介:LLMDet (CVPR2025 Highlight)
tattaka
0
310
マーケットプレイス版Oracle WebCenter Content For OCI
oracle4engineer
PRO
3
960
Lazy application authentication with Tailscale
bluehatbrit
0
170
Flutter向けPDFビューア、pdfrxのpdfium WASM対応について
espresso3389
0
130
AWS認定を取る中で感じたこと
siromi
1
180
Featured
See All Featured
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
The Pragmatic Product Professional
lauravandoore
35
6.7k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
A better future with KSS
kneath
238
17k
Become a Pro
speakerdeck
PRO
29
5.4k
Documentation Writing (for coders)
carmenintech
72
4.9k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
281
13k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
49
5.5k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Transcript
Brincando de músico usando WebAudio API @diofeher
Diógenes Fernandes http://diofeher.net http://github.com/diofeher @diofeher
Um pouco de história
-bgsound (IE) -embed (Netscape) -flash (cross-browser) -<audio>
WebAudio API!!
None
getUserMedia() XHR createOscillator() <audio>
Estrutura
demo | console
Sintetizado! http://eshiota.github.io/retro-audio-js/
White Noise demo | rain.html
XHR
demo | app1.html
demo | app2.html
getUserMedia() live
? @diofeher