Results 1 - 6 of 6

AudioContext.resume()

The resume() method of the AudioContext Interface resumes the progression of time in an audio context that has previously been suspended.
API Audio AudioContext Method Reference resume Référence Web Audio API

MediaRecorder.resume()

The MediaRecorder.resume() method (part of the MediaRecorder API) is used to resume media recording when it has been previously paused.
API Media Capture Media Recorder API MediaRecorder Method Reference resume

OfflineAudioContext.resume()

The resume() method of the OfflineAudioContext interface resumes the progression of time in an audio context that has been suspended. The promise resolves immediately because the OfflineAudioContext does not require the audio hardware. If the context is not currently suspended or the rendering has not started, the promise is rejected with InvalidStateError.
API Method NeedsExample OfflineAudioContext Reference resume Web Audio API

SpeechSynthesis.resume()

The resume() method of the SpeechSynthesis interface puts the SpeechSynthesis object into a non-paused state: resumes it if it was already paused.
API Experimental Method Reference resume speech SpeechSynthesis synthesis Web Speech API