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

Commit d84ff358 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "LE Audio: get rid of logspam when sending stereo audio"

parents 6d7c30d6 707bffe9
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(),