Skip to content

Commit

Permalink
Little fix on faceExpression/earsThread
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Landini <[email protected]>
  • Loading branch information
elandini84 committed Dec 23, 2024
1 parent 73a54aa commit 3fb22b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aux_modules/faceExpression/earsThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void EarsThread::run()
float percentage = 0.5;

yWarning("Check mic");
yarp::dev::AudioRecorderStatus *rec_status = m_audioStatusPort.read(false);
yarp::sig::AudioRecorderStatus *rec_status = m_audioStatusPort.read(false);
if (rec_status)
{
m_micIsEnabled = rec_status->enabled; //&& rec_status->current_buffer_size > 0;
Expand Down

0 comments on commit 3fb22b1

Please sign in to comment.