Fix sample rate printout in process_test.
TBR=bjornv Review URL: http://webrtc-codereview.appspot.com/292005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1008 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
c4ac357b16
commit
ba028a31c9
@ -567,7 +567,7 @@ void void_main(int argc, char* argv[]) {
|
||||
if (verbose) {
|
||||
printf("Init at frame: %d (primary), %d (reverse)\n",
|
||||
primary_count, reverse_count);
|
||||
printf(" Sample rate: %d Hz\n", sample_rate_hz);
|
||||
printf(" Sample rate: %d Hz\n", msg.sample_rate());
|
||||
printf(" Primary channels: %d (in), %d (out)\n",
|
||||
msg.num_input_channels(),
|
||||
msg.num_output_channels());
|
||||
|
Loading…
Reference in New Issue
Block a user