TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Dancer.js - A high-level audio API with sweet visualizations

52 点作者 jetcom将近 13 年前

5 条评论

city41将近 13 年前
I'm curious how he was able to synchronize to the audio. I have found with at least Chrome on OSX, the audio tag's callbacks have a varying delay with the audio. Seems to be at the OS level and beyond Chrome's control. The delay mostly goes away the second time through, as if whatever's actually playing the mp3 is cached and primed.
评论 #4214661 未加载
pella将近 13 年前
<a href="http://news.ycombinator.com/item?id=4074187" rel="nofollow">http://news.ycombinator.com/item?id=4074187</a>
rpwverheij将近 13 年前
very nice. good to see this as an open js library which uses canvas. seeing these kind of visualisations always makes me wonder though... is the amplitude of the spectrum all the info we can obtain and use for visualisation? How difficult would it be to make an api that can detect the different types of sound in a sample and put out different data streams for each?
评论 #4216208 未加载
评论 #4215206 未加载
goldenchrome将近 13 年前
This would have made my hack project a lot easier. Made this visualizer using Mozilla's Audio Data API and canvas (so it only works in FF). <a href="http://students.washington.edu/rishia/colors/colors.html" rel="nofollow">http://students.washington.edu/rishia/colors/colors.html</a>
DotSauce将近 13 年前
Love it! Please hook this up with SoundCloud.
评论 #4214717 未加载