Loading system/audio_hal_interface/aidl/le_audio_software_aidl.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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_; } Loading system/bta/le_audio/client.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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, Loading Loading
system/audio_hal_interface/aidl/le_audio_software_aidl.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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_; } Loading
system/bta/le_audio/client.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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, Loading