Skip to content
Snippets Groups Projects
Commit 9bb1ccc9 authored by Damian Karaś's avatar Damian Karaś
Browse files

ALSA_support: add the comment about giving InSampleType


Signed-off-by: default avatarDamian Karaś <s176030@student.pg.edu.pl>
parent a06b5579
Branches
No related merge requests found
......@@ -891,7 +891,7 @@ bool DSP::ALSA_object_t::get_wave_in_raw_buffer(DSP::e::SampleType &InSampleType
{
assert(!"DSP::ALSA_object_t::get_wave_in_raw_buffer not implemented yet");
InSampleTypeALSA = InSampleType;
InSampleTypeALSA = InSampleType; // DSP::e::SampleType::ST_uchar should be given
snd_pcm_sframes_t rc;
// one spare buffer
......@@ -910,7 +910,7 @@ bool DSP::ALSA_object_t::get_wave_in_raw_buffer(DSP::e::SampleType &InSampleType
snd_pcm_prepare(alsa_handle);
break;
case EAGAIN:
#ifdef AUDIO_DEBUG_MESSAGES_ON
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment