Home
last modified time | relevance | path

Searched refs:do_guarded_norm (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.c197 static sox_bool stdin_is_a_tty, is_player, is_guarded, do_guarded_norm, no_dither, reported_sox_opt… variable
1069 if (is_guarded && (do_guarded_norm || !(signal.mult && *signal.mult == 1))) { in add_effects()
1072 args[0] = do_guarded_norm? "-nh" : guard? "-rh" : "-h"; in add_effects()
2347 case 19: do_guarded_norm = is_guarded = sox_true; in parse_gopts_and_fopts()