mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] audio: remove debug spam
This commit is contained in:
parent
62c5d68fc6
commit
9d894065c8
@ -192,7 +192,6 @@ void audio_recordStart(int channels, int sampleRate, PSAudioFormat format)
|
|||||||
lastSampleRate = sampleRate;
|
lastSampleRate = sampleRate;
|
||||||
audio.record.started = true;
|
audio.record.started = true;
|
||||||
|
|
||||||
DEBUG_INFO("%d channels @ %dHz", channels, sampleRate);
|
|
||||||
audio.audioDev->record.start(channels, sampleRate, recordData);
|
audio.audioDev->record.start(channels, sampleRate, recordData);
|
||||||
|
|
||||||
// if a volume level was stored, set it before we return
|
// if a volume level was stored, set it before we return
|
||||||
|
Loading…
Reference in New Issue
Block a user