Method: Hallon::ExampleAudioDriver#stop

Defined in:
lib/hallon/audio_driver.rb

#stopObject

Called when audio playback should be stopped. Audio buffers can be cleared and any grip around the users’ speakers should also be released.

This is only ever called as a direct result of the user manually stopping the player with Player#stop.

Return value is ignored.



53
54
# File 'lib/hallon/audio_driver.rb', line 53

def stop
end