TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Html audio generated music

23 pointsby dhbradshawabout 15 years ago

3 comments

audionerdabout 15 years ago
There have been prior experiments to synthesize audio with javascript, and feed it into the &#60;audio&#62; tag via data-uri.<p><a href="http://ajaxian.com/archives/generating-and-playing-sound-in-javascript" rel="nofollow">http://ajaxian.com/archives/generating-and-playing-sound-in-...</a><p>But I've never seen it done realtime like this! Very cool.
评论 #1223673 未加载
chipsyabout 15 years ago
Good. Fine-grained sound controls are one thing that hold back browser games outside of Flash. If this gets standardized, it'll open a lot of doors.
chimeabout 15 years ago
Originally you could only do this with Java Applets. Then Flash 10 made it possible too. And now JS. This will be awesome for audio synthesis. I actually have it on my todo list to convert this to Flash: <a href="http://chir.ag/493/water/" rel="nofollow">http://chir.ag/493/water/</a> - Now I think I'll do it in JS too.