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

Commit e7009766 authored by Jakub Pawłowski's avatar Jakub Pawłowski Committed by Automerger Merge Worker
Browse files

Merge "open stereo to audio framework" am: a41abcb9 am: b65bca24 am:...

Merge "open stereo to audio framework" am: a41abcb9 am: b65bca24 am: a64639fe am: b449af7c am: aae6f8bd

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2045730



Change-Id: Icc4dd0ff387f274282ad3598e9c5732f975b3bbf
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents bf51aabe aae6f8bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -265,7 +265,7 @@ LeAudioSourceTransport::LeAudioSourceTransport(SessionType session_type,
                                               StreamCallbacks stream_cb)
    : IBluetoothSourceTransportInstance(session_type, (AudioConfiguration){}) {
  transport_ = new LeAudioTransport(flush_source, std::move(stream_cb),
                                    {16000, ChannelMode::MONO, 16, 0});
                                    {16000, ChannelMode::STEREO, 16, 0});
};

LeAudioSourceTransport::~LeAudioSourceTransport() { delete transport_; }
+1 −1
Original line number Diff line number Diff line
@@ -3352,7 +3352,7 @@ class LeAudioClientImpl : public LeAudioClient {
  };

  LeAudioCodecConfiguration audio_framework_sink_config = {
      .num_channels = 1,
      .num_channels = 2,
      .sample_rate = bluetooth::audio::le_audio::kSampleRate16000,
      .bits_per_sample = bluetooth::audio::le_audio::kBitsPerSample16,
      .data_interval_us = LeAudioCodecConfiguration::kInterval10000Us,