| Index: remoting/host/audio_capturer_win.cc
|
| diff --git a/remoting/host/audio_capturer_win.cc b/remoting/host/audio_capturer_win.cc
|
| index 5ea6bc34ea9e3b0d00d96b0a3e880aba0d49a147..b450a9a543e770582de73cfc94e0c95800b49e33 100644
|
| --- a/remoting/host/audio_capturer_win.cc
|
| +++ b/remoting/host/audio_capturer_win.cc
|
| @@ -279,6 +279,7 @@ void AudioCapturerWin::DoCapture() {
|
| packet->set_sampling_rate(sampling_rate_);
|
| packet->set_bytes_per_sample(
|
| static_cast<AudioPacket::BytesPerSample>(sizeof(int16)));
|
| + packet->set_encoding(AudioPacket::ENCODING_RAW);
|
|
|
| if (!IsPacketOfSilence(packet.get()))
|
| callback_.Run(packet.Pass());
|
|
|