Y
Hacker News
new
|
ask
|
show
|
jobs
by
kevincennis
2975 days ago
Would be a cool addition to let users upload an mp3 and then act on it with the AudioWorklet to do stuff like bit crushing.
1 comments
acarabott
2975 days ago
Great idea! Have implemented it, refresh and check it out.
link
detaro
2975 days ago
Could you also try adding a polyfill for non-Chrome browsers? e.g.
https://github.com/jariseon/audioworklet-polyfill
link
acarabott
2975 days ago
Had a crack at it but it throws NotSupportedException in both Firefox and Safari. There are also some parts that don't conform to the spec and break. Filing an issue...
link