fable-import icon indicating copy to clipboard operation
fable-import copied to clipboard

WebAudio bindings in Fable.Import.Browser are incomplete or don't use ideal types.

Open JohnStov opened this issue 7 years ago • 1 comments

Some methods are missing. Many take floats where ints would be more meaningful. I'm happy to tidy this up and add some StringEnums - just want to check that it's the right thing to do.

JohnStov avatar Jan 20 '18 12:01 JohnStov

@JohnStov Sure! It'll be great if you can help improve the bindings for WebAudio. I just merged PR #40 to improve the browser bindings by using latest ts2fable with latest TypeScript DOM lib, but there was nothing about WebAudio (it was mainly to remove Func and add comments) so it probably needs some manual tweaking.

alfonsogarciacaro avatar Jan 20 '18 23:01 alfonsogarciacaro