Does Mediaelementsource Uses Less Memory Than Buffersource In Web Audio Api?
I am making a little app that will play audio files (mp3,wav) with the ability to use an equalizer on them (say a regular Audio Player), for this I am using the Web Audio Api. I ma
Solution 1:
I think you've found the answer in the task manager.
You need to be aware of a couple of things.
- With a media element, you lose sample-accurate control; this may not be important to you
- You need appropriate access permissions when using a
MediaElementAudioSourceNode
; this may not be a problem if all of your assets are on the same server
Post a Comment for "Does Mediaelementsource Uses Less Memory Than Buffersource In Web Audio Api?"