Added storing of the reverse output rate and number of channels in APM protobuf recordings.
Support for reading the newly added fields will be added in a another CL. BUG=webrtc:5759, webrtc:5724 Review URL: https://codereview.webrtc.org/1878533002 Cr-Commit-Position: refs/heads/master@{#12316}
This commit is contained in:
@ -12,6 +12,8 @@ message Init {
|
||||
optional int32 num_reverse_channels = 5;
|
||||
optional int32 reverse_sample_rate = 6;
|
||||
optional int32 output_sample_rate = 7;
|
||||
optional int32 reverse_output_sample_rate = 8;
|
||||
optional int32 num_reverse_output_channels = 9;
|
||||
}
|
||||
|
||||
// May contain interleaved or deinterleaved data, but don't store both formats.
|
||||
|
||||
Reference in New Issue
Block a user