GTA V NativesaudioAudio::stopCurrentPlayingAmbientSpeechOn this pageAudio::stopCurrentPlayingAmbientSpeechNeeds to be called every frame. Syntax ```js mp.game.audio.stopCurrentPlayingAmbientSpeech(p0); ``` Required Arguments p0: Ped handle or object Return value Undefined Example ```js // todo ``` See also