Setting playbackRate on audio element connected to web audio api

后端 未结 2 2054
栀梦
栀梦 2021-01-13 01:00

I\'ve been experimenting with connecting an audio element to the web audio api using createMediaElementSource and got it to work but one thing I need to do is change the pla

2条回答
  •  温柔的废话
    2021-01-13 01:44

    Which browser are you using to test this? It seems this is not yet implemented in Firefox, but should be working on Chrome.

    Mozilla bug for implementing playbackRate: https://bugzilla.mozilla.org/show_bug.cgi?id=495040

提交回复
热议问题