Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 707bffe9 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

LE Audio: get rid of logspam when sending stereo audio

Test: play music over stereo headset, observe logcat output
Bug: 150670922
Change-Id: I2d47ee7ed0950a680552e37b981d490616f5fc9a
parent 4a342193
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1909,8 +1909,6 @@ class LeAudioClientImpl : public LeAudioClient {

    bool mono = (left_cis_handle == 0) || (right_cis_handle == 0);

    LOG(INFO) << __func__ << " data size: " << (int)data.size()
              << " byte count: " << byte_count << " mono: " << mono;
    if (!mono) {
      lc3_encode(lc3_encoder_left, LC3_PCM_FORMAT_S16,
                 (const int16_t*)data.data(), 2, chan_left_enc.size(),