Home
last modified time | relevance | path

Searched refs:hrir_left_file (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/modules/
H A Dmodule-virtual-surround-sink.c707 const char *hrir_left_file; in pa__init() local
770 hrir_left_file = pa_modargs_get_value(ma, "hrir_left", NULL); in pa__init()
771 if (!hrir_left_file) { in pa__init()
772 hrir_left_file = pa_modargs_get_value(ma, "hrir", NULL); in pa__init()
773 if (!hrir_left_file) { in pa__init()
783 if (pa_sound_file_load(master->core->mempool, hrir_left_file, &hrir_left_temp_ss, &hrir_map, &hrir_left_temp_chunk, NULL) < 0) { in pa__init()

Completed in 2 milliseconds