HomeSort by relevance Sort by last modified time
    Searched refs:hostRecording (Results 1 - 3 of 3) sorted by null

  /cts/suite/audio_quality/test_description/processing/
playback_sample.py 43 hostRecording = inputData[0]
48 freq = calc_freq(hostRecording, samplingRate)
recording_thd.py 56 hostRecording = inputData[0]
62 delay = calc_delay.calc_delay(hostRecording, deviceRecording)
65 thdHost = calc_thd(hostRecording[delay:delay+N], signalFrequency, samplingRate, 0.02) * 100
playback_thd.py 47 hostRecording = inputData[0]
52 thd = calc_thd(hostRecording, signalFrequency, samplingRate, 0.02) * 100

Completed in 44 milliseconds