Home
last modified time | relevance | path

Searched refs:delayFrames (Results 1 – 25 of 27) sorted by relevance

12

/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/apps/OboeTester/app/src/main/cpp/
H A DFullDuplexEcho.cpp21 int32_t delayFrames = (int32_t) (kMaxDelayTimeSeconds * getOutputStream()->getSampleRate()); in start() local
22 mDelayLine = std::make_unique<InterpolatingDelayLine>(delayFrames); in start()
39 float delayFrames = mDelayTimeSeconds * getOutputStream()->getSampleRate(); in onBothStreamsReady() local
41 *outputFloat = mDelayLine->process(delayFrames, *inputFloat); // mono delay in onBothStreamsReady()
/dports/audio/mixxx/mixxx-2.3.0/src/effects/builtin/
H A Dflangereffect.cpp213 double delayFrames = delayMs * bufferParameters.sampleRate() / 1000; in processChannel() local
215 SINT framePrev = (pState->delayPos - static_cast<SINT>(floor(delayFrames)) in processChannel()
217 SINT frameNext = (pState->delayPos - static_cast<SINT>(ceil(delayFrames)) in processChannel()
226 delayFrames - floorf(static_cast<float>(delayFrames))); in processChannel()
/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_sample_ed_features.c278 p->delayFrames = 3; in setupResampleBoxWidgets()
290 p->delayFrames = 3; in setupResampleBoxWidgets()
658 p->delayFrames = 3; in setupEchoBoxWidgets()
670 p->delayFrames = 3; in setupEchoBoxWidgets()
682 p->delayFrames = 3; in setupEchoBoxWidgets()
694 p->delayFrames = 3; in setupEchoBoxWidgets()
706 p->delayFrames = 3; in setupEchoBoxWidgets()
718 p->delayFrames = 3; in setupEchoBoxWidgets()
1039 p->delayFrames = 3; in setupMixBoxWidgets()
1051 p->delayFrames = 3; in setupMixBoxWidgets()
[all …]
H A Dft2_pushbuttons.h361 uint8_t preDelay, delayFrames; member
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webaudio/blink/
H A DReverbAccumulationBuffer.cpp80 size_t delayFrames) { in accumulate() argument
83 size_t writeIndex = (*readIndex + delayFrames) % bufferLength; in accumulate()
H A DReverbAccumulationBuffer.h56 size_t delayFrames);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/audio/
H A DReverbAccumulationBuffer.cpp81 …ulationBuffer::accumulate(float* source, size_t numberOfFrames, int* readIndex, size_t delayFrames) in accumulate() argument
85 size_t writeIndex = (*readIndex + delayFrames) % bufferLength; in accumulate()
H A DReverbAccumulationBuffer.h50 int accumulate(float* source, size_t numberOfFrames, int* readIndex, size_t delayFrames);
/dports/www/firefox/firefox-99.0/dom/media/webaudio/blink/
H A DReverbAccumulationBuffer.cpp80 size_t delayFrames) { in accumulate() argument
83 size_t writeIndex = (*readIndex + delayFrames) % bufferLength; in accumulate()
H A DReverbAccumulationBuffer.h56 size_t delayFrames);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webaudio/blink/
H A DReverbAccumulationBuffer.cpp80 size_t delayFrames) { in accumulate() argument
83 size_t writeIndex = (*readIndex + delayFrames) % bufferLength; in accumulate()
H A DReverbAccumulationBuffer.h56 size_t delayFrames);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webaudio/blink/
H A DReverbAccumulationBuffer.cpp80 size_t delayFrames) { in accumulate() argument
83 size_t writeIndex = (*readIndex + delayFrames) % bufferLength; in accumulate()
H A DReverbAccumulationBuffer.h55 size_t delayFrames);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/webaudio/blink/
H A DReverbAccumulationBuffer.cpp80 size_t delayFrames) { in accumulate() argument
83 size_t writeIndex = (*readIndex + delayFrames) % bufferLength; in accumulate()
H A DReverbAccumulationBuffer.h55 size_t delayFrames);
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webaudio/blink/
H A DReverbAccumulationBuffer.cpp79 …nBuffer::accumulate(const float* source, size_t numberOfFrames, int* readIndex, size_t delayFrames) in accumulate() argument
83 size_t writeIndex = (*readIndex + delayFrames) % bufferLength; in accumulate()
H A DReverbAccumulationBuffer.h51 int accumulate(const float* source, size_t numberOfFrames, int* readIndex, size_t delayFrames);
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webaudio/
H A DDelayNode.cpp129 double delayFrames = mDelay.GetValue() * sampleRate; in UpdateOutputBlock() local
131 std::max(minDelay, std::min(delayFrames, maxDelay)); in UpdateOutputBlock()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webaudio/
H A DDelayNode.cpp114 float delayFrames = mDelay.GetValue() * sampleRate; in UpdateOutputBlock() local
116 std::max(minDelay, std::min(delayFrames, maxDelay)); in UpdateOutputBlock()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webaudio/
H A DDelayNode.cpp115 float delayFrames = mDelay.GetValue() * sampleRate; in UpdateOutputBlock() local
117 std::max(minDelay, std::min(delayFrames, maxDelay)); in UpdateOutputBlock()
/dports/www/firefox/firefox-99.0/dom/media/webaudio/
H A DDelayNode.cpp114 float delayFrames = mDelay.GetValue() * sampleRate; in UpdateOutputBlock() local
116 std::max(minDelay, std::min(delayFrames, maxDelay)); in UpdateOutputBlock()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webaudio/
H A DDelayNode.cpp114 float delayFrames = mDelay.GetValue() * sampleRate; in UpdateOutputBlock() local
116 std::max(minDelay, std::min(delayFrames, maxDelay)); in UpdateOutputBlock()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/webaudio/
H A DDelayNode.cpp117 double delayFrames = mDelay.GetValue() * sampleRate; in UpdateOutputBlock() local
119 std::max(minDelay, std::min(delayFrames, maxDelay)); in UpdateOutputBlock()
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Ddoppler.cpp95 return delayFrames(delayFrames_); in delaySeconds()
97 MYFLT delayFrames(int32_t delayFrames_) { in delayFrames() function in DelayLine

12