Home
last modified time | relevance | path

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

/external/autotest/client/cros/audio/
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
/external/libopus/dnn/torch/neural-pitch/
Ddata_augmentation.py102 noise_file = random.choice(glob.glob(list_noisefiles)) variable