Home
last modified time | relevance | path

Searched refs:audioChannel (Results 1 – 25 of 36) sorted by relevance

12

/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/headless/
H A DUnitTestUtilities.cpp14 double frequencyFromData(float *buffer, int nS, int nC, int audioChannel, int start, int trimTo) in frequencyFromData() argument
19 leftTrimmed[i] = buffer[(i + start) * 2 + audioChannel]; in frequencyFromData()
51 double RMSFromData(float *buffer, int nS, int nC, int audioChannel, int start, int trimTo) in RMSFromData() argument
56 leftTrimmed[i] = buffer[(i + start) * 2 + audioChannel]; in RMSFromData()
74 int audioChannel, int midiChannel) in frequencyForNote() argument
91 auto freq = frequencyFromData(buffer, nS, nC, audioChannel, start, nSTrim); in frequencyForNote()
98 int seconds, int audioChannel, int midiChannel) in frequencyAndRMSForNote() argument
115 auto freq = frequencyFromData(buffer, nS, nC, audioChannel, start, nSTrim); in frequencyAndRMSForNote()
116 auto rms = RMSFromData(buffer, nS, nC, audioChannel, start, nSTrim); in frequencyAndRMSForNote()
123 Surge::Headless::playerEvents_t &events, int audioChannel, in frequencyForEvents() argument
[all …]
H A DUnitTestUtilities.h19 int audioChannel = 0, int midiChannel = 0); in initialize()
22 int seconds = 2, int audioChannel = 0,
25 double frequencyFromData(float *buffer, int nS, int nC, int audioChannel, int start, int trimTo); in to_i()
26 double RMSFromData(float *buffer, int nS, int nC, int audioChannel, int start, int trimTo);
29 Surge::Headless::playerEvents_t &events, int audioChannel,
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/audiochannel/
H A DnsIAudioChannelService.idl14 in unsigned short audioChannel);
17 in unsigned short audioChannel,
21 in unsigned short audioChannel);
24 in unsigned short audioChannel,
28 in unsigned short audioChannel);
H A DAudioChannelService.cpp735 nsAutoString audioChannel(Preferences::GetString("media.defaultAudioChannel")); in GetDefaultAudioChannel() local
736 if (audioChannel.IsEmpty()) { in GetDefaultAudioChannel()
741 if (audioChannel.EqualsASCII(kMozAudioChannelAttributeTable[i].tag)) { in GetDefaultAudioChannel()
769 nsAutoString audioChannel(Preferences::GetString("media.defaultAudioChannel")); in GetDefaultAudioChannelString() local
770 if (!audioChannel.IsEmpty()) { in GetDefaultAudioChannelString()
772 if (audioChannel.EqualsASCII(kMozAudioChannelAttributeTable[i].tag)) { in GetDefaultAudioChannelString()
773 aString = audioChannel; in GetDefaultAudioChannelString()
/dports/net-im/jitsi-videobridge/jitsi-videobridge-dbddd16/src/main/java/org/jitsi/videobridge/shim/
H A DConferenceShim.java210 @NotNull ColibriConferenceIQ.Channel audioChannel, in processOctoChannels()
216 = Math.min(audioChannel.getExpire(), videoChannel.getExpire()); in processOctoChannels()
221 else if (audioChannel instanceof ColibriConferenceIQ.OctoChannel in processOctoChannels()
225 = (ColibriConferenceIQ.OctoChannel) audioChannel; in processOctoChannels()
235 = new HashSet<>(audioChannel.getRtpHeaderExtensions()); in processOctoChannels()
250 audioChannel.getPayloadTypes() in processOctoChannels()
268 audioChannel.getSources(), in processOctoChannels()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/browser-element/
H A DnsIBrowserElementAPI.idl97 nsIDOMDOMRequest getAudioChannelVolume(in uint32_t audioChannel);
98 nsIDOMDOMRequest setAudioChannelVolume(in uint32_t audioChannel, in float volume);
100 nsIDOMDOMRequest getAudioChannelMuted(in uint32_t audioChannel);
101 nsIDOMDOMRequest setAudioChannelMuted(in uint32_t audioChannel, in bool muted);
103 nsIDOMDOMRequest isAudioChannelActive(in uint32_t audioChannel);
/dports/x11/eaglemode/eaglemode-0.95.0/src/emAv/
H A DemAvFileModel.cpp201 void emAvFileModel::SetAudioChannel(int audioChannel) in SetAudioChannel() argument
208 if (audioChannel<0) audioChannel=0; in SetAudioChannel()
209 if (audioChannel>=n) audioChannel=n-1; in SetAudioChannel()
210 if (AudioChannel!=audioChannel) { in SetAudioChannel()
211 AudioChannel=audioChannel; in SetAudioChannel()
213 SetProperty("audio_channel",AudioChannels[audioChannel].Get()); in SetAudioChannel()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HW/
H A DMpegDemux.cpp190 bool MpegDemux::demux(int audioChannel) in demux() argument
192 if (audioChannel >= 0) in demux()
193 m_audioChannel = audioChannel; in demux()
H A DMpegDemux.h18 bool demux(int audioChannel);
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HW/
H A DMpegDemux.cpp190 bool MpegDemux::demux(int audioChannel) in demux() argument
192 if (audioChannel >= 0) in demux()
193 m_audioChannel = audioChannel; in demux()
H A DMpegDemux.h18 bool demux(int audioChannel);
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HW/
H A DMpegDemux.cpp190 bool MpegDemux::demux(int audioChannel) in demux() argument
192 if (audioChannel >= 0) in demux()
193 m_audioChannel = audioChannel; in demux()
H A DMpegDemux.h18 bool demux(int audioChannel);
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/
H A Dmodule_common_types.h744 const WebRtc_UWord8 audioChannel = 1,
803 const WebRtc_UWord8 audioChannel, in UpdateFrame() argument
813 _audioChannel = audioChannel; in UpdateFrame()
817 (audioChannel > 2) || (audioChannel < 1)) in UpdateFrame()
/dports/audio/qsampler/qsampler-qsampler_0_9_4/src/
H A DqsamplerFxSend.h66 int audioChannel(int iAudioSrc) const;
H A DqsamplerChannel.h122 int audioChannel(int iAudioOut) const;
H A DqsamplerFxSend.cpp101 int FxSend::audioChannel(int iAudioSrc) const { in audioChannel() function in QSampler::FxSend
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/tgcalls/tgcalls/group/
H A DStreamingMediaContext.cpp325 for (const auto &audioChannel : audioChannels) { in render() local
327 …frame->UpdateFrame(0, audioChannel.pcmData.data(), audioChannel.pcmData.size(), 48000, webrtc::Aud… in render()
329 auto volumeIt = _volumeBySsrc.find(audioChannel.ssrc); in render()
338 processAudioLevel(audioChannel.ssrc, audioChannel.pcmData); in render()
/dports/multimedia/phonon-vlc/phonon-backend-vlc-0.11.3/src/
H A Dmediacontroller.cpp228 void MediaController::setCurrentAudioChannel(const Phonon::AudioChannelDescription &audioChannel) in setCurrentAudioChannel() argument
230 const int localIndex = GlobalAudioChannels::instance()->localIdFor(this, audioChannel.index()); in setCurrentAudioChannel()
234 m_currentAudioChannel = audioChannel; in setCurrentAudioChannel()
H A Dmediacontroller.h82 void setCurrentAudioChannel(const Phonon::AudioChannelDescription &audioChannel);
/dports/multimedia/dragon/dragon-21.12.3/src/app/
H A DtheStream.h51 static int audioChannel();
H A DtheStream.cpp112 TheStream::audioChannel() in audioChannel() function in Dragon::TheStream
/dports/audio/rezound/rezound-0.13.1beta/src/backend/
H A DCSoundPlayerChannel.cpp1241 const vector<bool> CSoundPlayerChannel::getOutputRoute(unsigned deviceIndex,unsigned audioChannel) … in getOutputRoute()
1265 if(audioChannel>=rowCount) in getOutputRoute()
1266 …throw runtime_error(string(__func__)+" -- audioChannel out of bounds: "+istring(audioChannel)+">="… in getOutputRoute()
1269 p+=(columnCount*audioChannel); // skip to the requested row in the table in getOutputRoute()
H A DCSoundPlayerChannel.h178 const vector<bool> getOutputRoute(unsigned deviceIndex,unsigned audioChannel) const;
/dports/x11/eaglemode/eaglemode-0.95.0/include/emAv/
H A DemAvFileModel.h125 void SetAudioChannel(int audioChannel);

12