Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dstartup.c494 set_string_pref(PREF_AUDIO_PLAYER, AUDIO_PLAYER_SOX); in on_init_aplayer_toggled()
618 set_string_pref(PREF_AUDIO_PLAYER, AUDIO_PLAYER_SOX); in do_audio_choice_dialog()
H A Dpreferences.h48 #define AUDIO_PLAYER_SOX "sox" macro
H A Dpreferences.c569 …} else if (!(lives_strcmp(audio_player, AUDIO_PLAYER_SOX)) && prefs->audio_player != AUD_PLAYER_SO… in pref_factory_string()
1678 …else if (!strncmp(audp, AUDIO_PLAYER_SOX, strlen(AUDIO_PLAYER_SOX))) lives_snprintf(audio_player, … in apply_prefs()
3806 if (has_ap_rec) audp = lives_list_append(audp, lives_strdup(AUDIO_PLAYER_SOX)); in create_prefs_dialog()
3807 else audp = lives_list_append(audp, lives_strdup_printf("%s (%s)", AUDIO_PLAYER_SOX, in create_prefs_dialog()
3849 if (!has_ap_rec) prefsw->audp_name = lives_strdup_printf("%s (%s)", AUDIO_PLAYER_SOX, in create_prefs_dialog()
3851 else prefsw->audp_name = lives_strdup_printf(AUDIO_PLAYER_SOX); in create_prefs_dialog()
H A Dmain.c870 lives_snprintf(prefs->aplayer, 512, "%s", AUDIO_PLAYER_SOX); in pre_init()
3407 if (capable->has_sox_play) lives_printerr(", '%s'", AUDIO_PLAYER_SOX); // comma after jack in print_opthelp()
3425 fprintf(stderr, _("'%s' or "), AUDIO_PLAYER_SOX); in print_opthelp()
3692 } else if (!strcmp(buff, AUDIO_PLAYER_SOX)) { in lives_startup()
3694 lives_snprintf(prefs->aplayer, 512, "%s", AUDIO_PLAYER_SOX); in lives_startup()
3930 if (!strcmp(buff, AUDIO_PLAYER_SOX)) { in lives_startup()
4696 if (!strcmp(buff, AUDIO_PLAYER_SOX)) { in real_main()
4698 lives_snprintf(prefs->aplayer, 512, "%s", AUDIO_PLAYER_SOX); in real_main()
H A Dutils.c3949 if (set_in_prefs) set_string_pref(PREF_AUDIO_PLAYER, AUDIO_PLAYER_SOX); in switch_aud_to_sox()
3950 lives_snprintf(prefs->aplayer, 512, "%s", AUDIO_PLAYER_SOX); in switch_aud_to_sox()
H A Deffects-weed.c463 weed_set_string_value(hinfo, WEED_LEAF_HOST_AUDIO_PLAYER, AUDIO_PLAYER_SOX); in update_host_info()