Home
last modified time | relevance | path

Searched refs:has_voice (Results 1 – 25 of 76) sorted by relevance

1234

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/l2_interfaces/
H A Dl2_interfaces.py118 has_voice = utils.parse_conf_arg(conf, "switchport voice vlan")
119 if has_voice:
120 config["voice"] = {"vlan": int(has_voice)}
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_processing/
H A Dvoice_detection_impl.cc92 int VoiceDetectionImpl::set_stream_has_voice(bool has_voice) { in set_stream_has_voice() argument
94 stream_has_voice_ = has_voice; in set_stream_has_voice()
H A Dvoice_detection_impl.h39 int set_stream_has_voice(bool has_voice) override;
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/modules/audio_processing/
H A Dvoice_detection_impl.cc92 int VoiceDetectionImpl::set_stream_has_voice(bool has_voice) { in set_stream_has_voice() argument
94 stream_has_voice_ = has_voice; in set_stream_has_voice()
H A Dvoice_detection_impl.h39 int set_stream_has_voice(bool has_voice) override;
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/
H A Dvoice_detection_impl.cc92 int VoiceDetectionImpl::set_stream_has_voice(bool has_voice) { in set_stream_has_voice() argument
94 stream_has_voice_ = has_voice; in set_stream_has_voice()
H A Dvoice_detection_impl.h39 int set_stream_has_voice(bool has_voice) override;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/modules/audio_processing/
H A Dvoice_detection_impl.cc97 int VoiceDetectionImpl::set_stream_has_voice(bool has_voice) { in set_stream_has_voice() argument
100 stream_has_voice_ = has_voice; in set_stream_has_voice()
H A Dvoice_detection_impl.h38 int set_stream_has_voice(bool has_voice) override;
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/processing/
H A Dvoice_detection_impl.cc98 int VoiceDetectionImpl::set_stream_has_voice(bool has_voice) { in set_stream_has_voice() argument
100 stream_has_voice_ = has_voice; in set_stream_has_voice()
H A Dvoice_detection_impl.h38 virtual int set_stream_has_voice(bool has_voice);
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/
H A Dvoice_detection_impl.cc96 int VoiceDetectionImpl::set_stream_has_voice(bool has_voice) { in set_stream_has_voice() argument
99 stream_has_voice_ = has_voice; in set_stream_has_voice()
H A Dvoice_detection_impl.h36 int set_stream_has_voice(bool has_voice) override;
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/
H A Dvoice_detection_impl.cc96 int VoiceDetectionImpl::set_stream_has_voice(bool has_voice) { in set_stream_has_voice() argument
99 stream_has_voice_ = has_voice; in set_stream_has_voice()
H A Dvoice_detection_impl.h36 int set_stream_has_voice(bool has_voice) override;
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/
H A Dvoice_detection_impl.cc96 int VoiceDetectionImpl::set_stream_has_voice(bool has_voice) { in set_stream_has_voice() argument
99 stream_has_voice_ = has_voice; in set_stream_has_voice()
H A Dvoice_detection_impl.h36 int set_stream_has_voice(bool has_voice) override;
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/
H A Dvoice_detection_impl.cc96 int VoiceDetectionImpl::set_stream_has_voice(bool has_voice) { in set_stream_has_voice() argument
99 stream_has_voice_ = has_voice; in set_stream_has_voice()
H A Dvoice_detection_impl.h36 int set_stream_has_voice(bool has_voice) override;
/dports/games/renpy/renpy-7.4.11-sdk/renpy/common/
H A D00mixers.rpy23 # the user sets config.has_music, .has_sound, and .has_voice.
70 if config.has_voice:
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/include/
H A Dnames.h83 int has_voice _((char *, char *, int));
/dports/audio/rhvoice/RHVoice-1.2.4/src/core/
H A Dtatar.cpp88 if(word.get_relation().get_utterance().has_voice()) in DidChangeWorkspaceFolders()
/dports/irc/ninja/ninja-1.5.8.1/include/
H A Dchannels.h92 int has_voice _((u_char *, u_char *));
/dports/irc/ircII/ircii-20210314/include/
H A Dnames.h84 int has_voice(u_char *, u_char *, int);
/dports/irc/irc/irc2.11.2p3/ircd/
H A Dchannel_ext.h39 EXTERN int has_voice (aClient *cptr, aChannel *chptr);

1234