AudioBrowser
                                
                                 AudioBrowser copied to clipboard
                                
                                    AudioBrowser copied to clipboard
                            
                            
                            
                        Use OfflineAudioContext when decoding audio files
AudioContext may require autoplay permissions to work and will open the user's audio output device to play samples + kick off a mixer, while OfflineAudioContext won't have those problems
Note that since sampling rate of the offline context is explicit, it may not match the sampling rate that is automatically selected for your playback AudioContext later.