Home
last modified time | relevance | path

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

/dports/audio/rhvoice/RHVoice-1.2.4/src/include/core/
H A Ddocument.hpp191 class append_audio: public command<command_audio> class in RHVoice::sentence
194 explicit append_audio(const std::string& audio_src): in append_audio() function in RHVoice::sentence::append_audio
267 commands.push_back(command_ptr(new append_audio(src))); in add_audio()
/dports/multimedia/lives/lives-3.2.0/src/
H A Dmainwindow.h1200 LiVESWidget *append_audio; member
H A Dgui.c1253 mainw->append_audio = lives_standard_menu_item_new_with_label(_("_Append Audio...")); in create_LiVES()
1254 lives_container_add(LIVES_CONTAINER(mainw->audio_menu), mainw->append_audio); in create_LiVES()
1255 lives_widget_set_sensitive(mainw->append_audio, FALSE); in create_LiVES()
2764 lives_signal_sync_connect(LIVES_GUI_OBJECT(mainw->append_audio), LIVES_WIDGET_ACTIVATE_SIGNAL, in create_LiVES()
H A Dmain.c5177 …lives_widget_set_sensitive(mainw->append_audio, !CURRENT_CLIP_IS_CLIPBOARD && CURRENT_CLIP_HAS_AUD… in sensitize()
5392 lives_widget_set_sensitive(mainw->append_audio, FALSE); in desensitize()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_media.c9736 …int cur_ptime, const char *append_audio, const char *sr, int use_cng, int cng_type, switch_event_t… in generate_m() argument
10036 if (append_audio) { in generate_m()
10037 …h_snprintf(buf + strlen(buf), buflen - strlen(buf), "%s%s", append_audio, end_of(append_audio) == … in generate_m()
10192 const char *append_audio = switch_channel_get_variable(session->channel, "rtp_append_audio_sdp"); in switch_core_media_gen_local_sdp() local
10632 if (append_audio) { in switch_core_media_gen_local_sdp()
10633 …nprintf(buf + strlen(buf), SDPBUFLEN - strlen(buf), "%s%s", append_audio, end_of(append_audio) == … in switch_core_media_gen_local_sdp()
10794 …generate_m(session, buf, SDPBUFLEN, port, family, ip, 0, append_audio, sr, use_cng, cng_type, map,… in switch_core_media_gen_local_sdp()
10804 …generate_m(session, bp, SDPBUFLEN - strlen(buf), port, family, ip, 0, append_audio, sr, use_cng, c… in switch_core_media_gen_local_sdp()
10830 …generate_m(session, bp, SDPBUFLEN - strlen(buf), port, family, ip, cur_ptime, append_audio, sr, us… in switch_core_media_gen_local_sdp()
10843 …generate_m(session, bp, SDPBUFLEN - strlen(buf), port, family, ip, cur_ptime, append_audio, sr, us… in switch_core_media_gen_local_sdp()
/dports/multimedia/lives/lives-3.2.0/
H A DChangeLog1112 Fix bugs in append_audio (regression). *