Searched refs:dtmf_output (Results 1 – 1 of 1) sorted by relevance
1964 AudioMultiVector dtmf_output(num_channels); in DtmfOverdub() local1972 dtmf_tone_generator_->Generate(overdub_length, &dtmf_output); in DtmfOverdub()1973 assert(overdub_length == dtmf_output.Size()); in DtmfOverdub()1975 dtmf_output.ReadInterleaved(overdub_length, &output[out_index]); in DtmfOverdub()