MCPcopy Create free account

hub / github.com/bungee-audio-stretch/bungee / functions

Functions157 in github.com/bungee-audio-stretch/bungee

↓ 22 callersFunctionfail
bungee/CommandLine.h:25
↓ 8 callersMethodunpadded
src/Resample.h:36
↓ 5 callersMethodlog
src/Instrumentation.cpp:23
↓ 4 callersFunctionbinCount
src/Fourier.h:30
↓ 4 callersMethodwrite
bungee/CommandLine.h:377
↓ 3 callersMethodread
bungee/CommandLine.h:480
↓ 3 callersMethodreverse
src/Grain.h:63
↓ 3 callersFunctiontransformLength
src/Fourier.h:22
↓ 3 callersMethodvalid
src/Grain.h:68
↓ 2 callersMethodanalyseGrain
src/Stretcher.cpp:44
↓ 2 callersMethodendPosition
bungee/Stream.h:84
↓ 2 callersFunctionfromFrequencyDomainCoefficients
src/Window.cpp:14
↓ 2 callersMethodinverse
src/Fourier.cpp:53
↓ 2 callersFunctionmakeOutputChunk
src/Output.cpp:52
↓ 2 callersMethodmaxInputFrameCount
* @brief Returns the largest number of frames that might be requested by specifyGrain(). * * This helps the caller allocate large enough buffers.
bungee/Bungee.h:279
↓ 2 callersMethodnext
src/Timing.cpp:49
↓ 2 callersMethodprepareInverse
src/Fourier.cpp:81
↓ 2 callersMethodpreroll
src/Timing.cpp:43
↓ 2 callersMethodsetup
src/Resample.h:243
↓ 2 callersMethodspecifyGrain
src/Stretcher.cpp:31
↓ 2 callersMethodsynthesiseGrain
src/Stretcher.cpp:89
↓ 1 callersMethodanalyseGrain
bungee/Stream.h:89
↓ 1 callersMethodappend
bungee/Stream.h:45
↓ 1 callersMethodapplyAnalysisWindow
src/Input.cpp:30
↓ 1 callersMethodapplySynthesisWindow
src/Output.cpp:21
↓ 1 callersMethoddelta
src/Stretch.h:51
↓ 1 callersMethodenableInstrumentation
* @brief Enables or disables verbose diagnostics and instrumentation. * * @param enable Set to true to enable diagnostics, false to disable. * @
bungee/Bungee.h:268
↓ 1 callersFunctionenumerate
src/Partials.cpp:8
↓ 1 callersMethodflushed
src/Grains.cpp:10
↓ 1 callersMethodforward
src/Fourier.cpp:45
↓ 1 callersFunctionfromRadians
src/Phase.h:64
↓ 1 callersMethodgetInputAudio
bungee/CommandLine.h:400
↓ 1 callersMethodinputChunkMap
src/Grain.h:75
↓ 1 callersMethodlatency
* @brief Get the latency due to the stretcher. * @return Latency in input frames */
bungee/Stream.h:215
↓ 1 callersFunctionlog2
src/log2.h:14
↓ 1 callersMethodmake_forward
src/Fourier.h:111
↓ 1 callersMethodmake_inverse
src/Fourier.h:117
↓ 1 callersMethodmaxInputFrameCount
src/Timing.cpp:25
↓ 1 callersMethodoutputPosition
* @brief Get the current output position in terms of input frames. * @return Output position (input frame units) */
bungee/Stream.h:206
↓ 1 callersMethodprepare
src/Grains.cpp:18
↓ 1 callersMethodprepareForward
src/Fourier.cpp:76
↓ 1 callersMethodprocess
* @brief Process a segment of audio. * * Renders output samples to outputPointers. The number of samples is set by dithering to floor or ceil of o
bungee/Stream.h:135
↓ 1 callersMethodresample
src/Output.cpp:61
↓ 1 callersMethodresampleInput
src/Grain.cpp:131
↓ 1 callersMethodrestart
bungee/CommandLine.h:367
↓ 1 callersMethodrotate
src/Grains.cpp:33
↓ 1 callersMethodspecify
src/Grain.cpp:27
↓ 1 callersMethodspecifyGrain
* @brief Specifies a grain of audio and computes the necessary segment of input audio. * * After calling this function, call analyseGrain(). * @
bungee/Bungee.h:315
↓ 1 callersMethodstep
src/Resample.h:83
↓ 1 callersMethodstride
bungee/Push.h:111
↓ 1 callersFunctionsuppressPartial
src/Partials.cpp:38
↓ 1 callersFunctionsuppressTransientPartials
src/Partials.cpp:46
↓ 1 callersMethodsynthesise
src/Synthesis.cpp:41
↓ 1 callersMethodsynthesiseGrain
* @brief Completes processing of the grain of audio previously set up with specifyGrain() and analyseGrain(). * * @param outputChunk The output ch
bungee/Bungee.h:343
↓ 1 callersMethodwriteOutputFile
bungee/CommandLine.h:442
MethodCall
src/Instrumentation.cpp:47
MethodDispatch
src/Dispatch.h:32
MethodExternal
src/Resample.h:45
MethodFloatingPointExceptions
src/Assert.h:61
MethodFloatingPointExceptions
src/Assert.cpp:26
MethodFrequency
src/Stretch.cpp:13
MethodFunctions
src/Stretcher.h:47
MethodGrain
src/Grain.cpp:16
MethodGrains
src/Grains.h:17
MethodInput
src/Input.cpp:20
MethodInputBuffer
bungee/Push.h:45
MethodInputBuffer
bungee/Stream.h:37
MethodInternal
src/Resample.h:31
MethodKernel
src/Fourier.cpp:35
MethodKernelPair
src/Fourier.h:89
MethodKernelPair
src/Fourier.h:130
MethodOptions
bungee/CommandLine.h:36
MethodOutput
src/Output.cpp:10
MethodOutputChunkBuffer
bungee/CommandLine.h:162
MethodParameters
bungee/CommandLine.h:92
MethodPetrification
src/Assert.cpp:77
MethodProcessor
bungee/CommandLine.h:276
MethodRatioState
src/Resample.h:124
MethodRatioState
src/Resample.h:144
MethodStream
* @brief Construct a Stream. * @param stretcher Reference to the stretcher * @param maxInputFrameCount Maximum number of input frames per process
bungee/Stream.h:116
MethodStretcher
* @brief Constructs a new Stretcher instance. * * @param sampleRates The input and output sample rates. * @param channelCount Number of audio ch
bungee/Bungee.h:248
MethodStretcher
src/Stretcher.cpp:15
MethodSynthesis
src/Synthesis.h:20
MethodTime
src/Stretch.h:32
MethodTiming
src/Timing.cpp:15
MethodTransforms
src/Fourier.cpp:66
MethodanalyseGrain
* @brief Begins processing the grain. * * The audio data provided should cover the range specified by specifyGrain's return value. * After calli
bungee/Bungee.h:333
MethodcalculateInputHop
src/Timing.cpp:37
Functioncast
src/Phase.h:30
Methodcheck
src/Resample.h:54
Methodcheck
src/Assert.h:62
Methodcheck
src/Assert.cpp:41
Methodcomplex<float>>
src/Fourier.h:48
Methodconsider
bungee/CommandLine.h:194
MethodconvertTo
bungee/CommandLine.h:239
Methoddeliver
bungee/Push.h:84
Methodedition
* @brief Returns the edition name (e.g., "Pro" or "Basic"). * @return The edition name string. */
bungee/Bungee.h:223
MethodenableInstrumentation
src/Instrumentation.h:22
Functionfail
src/Assert.cpp:19
FunctionfilterTap
src/Resample.h:70
next →1–100 of 157, ranked by callers