summaryrefslogtreecommitdiff
path: root/src/audio/mock_audio_backend.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio/mock_audio_backend.cc')
-rw-r--r--src/audio/mock_audio_backend.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/mock_audio_backend.cc b/src/audio/mock_audio_backend.cc
index 3f5a57a..33ed35a 100644
--- a/src/audio/mock_audio_backend.cc
+++ b/src/audio/mock_audio_backend.cc
@@ -25,7 +25,7 @@ void MockAudioBackend::shutdown() {
}
void MockAudioBackend::on_voice_triggered(float timestamp, int spectrogram_id,
- float volume, float pan) {
+ float volume, float pan) {
// Record the event with the timestamp provided by synth
VoiceTriggerEvent event;
event.timestamp_sec = timestamp;