Home
last modified time | relevance | path

Searched defs:noise_file (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/autotest/client/cros/audio/
H A Daudio_helper.py311 def noise_reduce_file(in_file, noise_file, out_file, argument
412 input_audio, noise_file, channels=1, bits=16, rate=48000): argument
/aosp_15_r20/external/libopus/dnn/torch/neural-pitch/
H A Ddata_augmentation.py102 noise_file = random.choice(glob.glob(list_noisefiles)) variable