Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comments on WebAudio #13971

Closed
stevemessick opened this issue Oct 10, 2013 · 1 comment
Closed

Comments on WebAudio #13971

stevemessick opened this issue Oct 10, 2013 · 1 comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-obsolete Closed as the reported issue is no longer relevant library-web-audio P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug

Comments

@stevemessick
Copy link
Contributor

 Generally web audio works well with DART.

a. A bit of a hastle to generate web pages until everyone switches to the current W3C spec. But this will eventually get solved.

b. Not surprisingly convolver effects are not ideal with chords (simultaneous notes). The result mostly seems to comply with the specs (producing poor quality sound on my machine) although the the result is sometimes an "aw snap" web page crash. The crash is almost surely not a DART problem. Chrome should probably more gracefully drop processing when the CPU load gets too high. (However, this is just speculaion.)

c. It is a bit tricky to get things to load nicely, because initially the music is a bit odd. It improves after a few seconds and "rewinds" produce good results. (I have not tried workarounds yet. )
[Currently the music begins shortly after the future completes loading the buffers.]
////////////////////////////////////////////////////////////////////////////////////
Editor: 0.7.6_r28108 (2013-10-01)
OS: Windows XP - x86 (5.1)
JVM: 1.7.0_25

projects: 3

open dart files: 26

auto-run pub: false
localhost resolves to: 127.0.0.1
mem max/total/free: 967 / 365 / 59 MB
thread count: 38
index: 275104 relationships in 53511 keys in 243 sources

SDK installed: true
Dartium installed: true

@anders-sandholm
Copy link
Contributor

Added Area-Library label.

@stevemessick stevemessick added Type-Enhancement library-web-audio area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. labels Jan 3, 2014
@kevmoo kevmoo added P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug and removed triaged labels Feb 29, 2016
@matanlurey matanlurey added the closed-obsolete Closed as the reported issue is no longer relevant label Jun 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-obsolete Closed as the reported issue is no longer relevant library-web-audio P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

4 participants