Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ functions
Functions
1,512 in github.com/LabSound/LabSound
⨍
Functions
1,512
◇
Types & classes
342
Method
getDeviceInfo
src/backends/RtAudio/RtAudio.h:1266
Method
getDeviceInfo
src/backends/RtAudio/RtAudio.cpp:693
Method
getErrorCode
src/backends/RtAudio/RtAudio.cpp:2113
Method
getFloatFrequencyData
src/core/RealtimeAnalyser.cpp:164
Method
getFloatFrequencyData
src/core/AnalyserNode.cpp:148
Method
getFloatTimeDomainData
LabSound begin
src/core/RealtimeAnalyser.cpp:278
Method
getFloatTimeDomainData
src/core/AnalyserNode.cpp:152
Method
getFreqInHz
src/extended/PolyBLEPNode.cpp:376
Method
getFrequencyResponse
src/core/BiquadFilterNode.cpp:191
Method
getFrequencyResponse
src/core/BiquadFilterNode.cpp:242
Method
getFrequencyResponse
src/internal/src/Biquad.cpp:447
Method
getGrainSource
include/LabSound/extended/GranulationNode.h:117
Method
getImpulse
src/core/ConvolverNode.cpp:233
Function
getMessage
Returns the thrown error message string.
src/backends/RtAudio/RtAudio.h:257
Method
getSize
Returns the maximum number of elements.
src/backends/miniaudio/AudioDevice_Miniaudio.h:90
Method
getStreamLatency
src/backends/RtAudio/RtAudio.h:963
Method
getStreamLatency
src/backends/RtAudio/RtAudio.cpp:474
Method
getStreamSampleRate
src/backends/RtAudio/RtAudio.h:967
Method
getStreamSampleRate
src/backends/RtAudio/RtAudio.cpp:519
Method
getStreamTime
src/backends/RtAudio/RtAudio.h:971
Method
getStreamTime
src/backends/RtAudio/RtAudio.cpp:487
Method
getVersion
src/backends/RtAudio/RtAudio.cpp:96
Method
grain
position between 0-1, duration in seconds
include/LabSound/extended/GranulationNode.h:36
Method
half
src/extended/PolyBLEPNode.cpp:60
Method
handleDirtyAudioSummingJunctions
src/core/AudioSummingJunction.cpp:28
Method
hardClip
examples/src/Examples.hpp:1326
Method
hasFinished
include/LabSound/core/AudioNodeScheduler.h:46
Method
hasFinished
include/LabSound/core/AudioScheduledSourceNode.h:43
Method
hpFilterCutoff
include/LabSound/extended/SfxrNode.h:60
Method
hpFilterCutoffSweep
include/LabSound/extended/SfxrNode.h:61
Function
iffts1
src/core/_SoundPipe_FFT.cpp:2605
Method
incrementPhase
src/extended/PolyBLEPNode.cpp:352
Method
initialize
AudioProcessor interface
src/extended/PdNode.cpp:39
Method
initialize
src/extended/ADSRNode.cpp:53
Method
initialize
src/extended/PWMNode.cpp:36
Method
initialize
src/extended/PeakCompNode.cpp:61
Method
initialize
src/extended/ClipNode.cpp:55
Method
initialize
src/core/AudioHardwareDeviceNode.cpp:85
Method
initialize
src/core/NullDeviceNode.cpp:59
Method
initialize
src/core/StereoPannerNode.cpp:315
Method
initialize
src/core/AudioNode.cpp:347
Method
initialize
src/core/DynamicsCompressorNode.cpp:103
Method
initialize
src/core/BiquadFilterNode.cpp:68
Method
initialize
src/core/AudioBasicProcessorNode.cpp:25
Method
initialize
src/core/PannerNode.cpp:164
Method
initialize
src/internal/src/AudioDSPKernelProcessor.cpp:20
Method
initializeParameters
src/internal/src/DynamicsCompressor.cpp:39
Method
insertEvent
src/core/AudioParamTimeline.cpp:58
Method
inverseGain
src/internal/src/Distance.cpp:50
Method
isAutodispatchingEvents
src/core/AudioContext.cpp:163
Method
isChannelCountKnown
include/LabSound/core/AudioNodeOutput.h:51
Method
isConnected
src/core/AudioSummingJunction.cpp:43
Method
isConnected
include/LabSound/core/AudioSummingJunction.h:56
Method
isConnected
include/LabSound/core/AudioNodeOutput.h:53
Method
isFirstTime
include/LabSound/core/AudioBus.h:110
Method
isInitialized
include/LabSound/core/AudioProcessor.h:37
Method
isInitialized
inputs and outputs
include/LabSound/core/AudioNode.h:148
Method
isPlayingOrScheduled
include/LabSound/core/AudioScheduledSourceNode.h:28
Method
isRunning
src/core/AudioHardwareDeviceNode.cpp:119
Method
isRunning
src/backends/RtAudio/AudioDevice_RtAudio.cpp:221
Method
isRunning
src/backends/miniaudio/AudioDevice_Miniaudio.cpp:310
Method
isScheduledNode
include/LabSound/core/AudioScheduledSourceNode.h:26
Method
isSilent
include/LabSound/core/AudioChannel.h:96
Function
isStreamOpen
src/backends/RtAudio/RtAudio.h:778
Function
isStreamRunning
src/backends/RtAudio/RtAudio.h:779
Method
isZero
src/core/AudioBus.cpp:816
Method
isZero
inspects the buffer data to discover if there are any non-zero values. meant for debugging.
include/LabSound/core/AudioChannel.h:100
Function
jackCallbackHandler
src/backends/RtAudio/RtAudio.cpp:2376
Function
jackCloseStream
This function will be called by a spawned thread when the Jack server signals that it is shutting down. It is necessary to handle it this way because
src/backends/RtAudio/RtAudio.cpp:2390
Function
jackShutdown
src/backends/RtAudio/RtAudio.cpp:2399
Function
jackStopStream
This function will be called by a spawned thread when the user callback function signals that the stream should be stopped or aborted. It is necessar
src/backends/RtAudio/RtAudio.cpp:2898
Function
jackXrun
src/backends/RtAudio/RtAudio.cpp:2417
Method
kAtSlope
src/internal/src/DynamicsCompressorKernel.cpp:129
Method
knee
src/extended/PeakCompNode.cpp:254
Method
knee
include/LabSound/core/DynamicsCompressorNode.h:42
Method
kneeCurve
Exponential curve for the knee. It is 1st derivative matched at m_linearThreshold and asymptotically approaches the value m_linearThreshold + 1 / k.
src/internal/src/DynamicsCompressorKernel.cpp:80
Method
latencyTime
src/extended/PdNode.cpp:66
Method
latencyTime
src/extended/ADSRNode.cpp:165
Method
latencyTime
src/extended/PWMNode.cpp:71
Method
latencyTime
src/extended/PeakCompNode.cpp:219
Method
latencyTime
src/extended/ClipNode.cpp:129
Method
latencyTime
src/core/StereoPannerNode.cpp:230
Method
latencyTime
src/core/DynamicsCompressorNode.cpp:128
Method
latencyTime
fixed 250ms
src/core/BiquadFilterNode.cpp:80
Method
latencyTime
src/core/AudioBasicProcessorNode.cpp:94
Method
latencyTime
src/core/PannerNode.cpp:603
Method
latencyTime
src/internal/EqualPowerPanner.h:29
Method
latencyTime
src/internal/src/AudioDSPKernelProcessor.cpp:91
Method
latencyTime
src/internal/src/DelayDSPKernel.cpp:173
Method
latencyTime
src/internal/src/DynamicsCompressor.cpp:258
Method
latencyTime
src/internal/src/HRTFPanner.cpp:851
Method
latencyTime
include/LabSound/extended/ADSRNode.h:36
Method
latencyTime
include/LabSound/extended/RecorderNode.h:18
Method
latencyTime
include/LabSound/extended/FunctionNode.h:38
Method
latencyTime
include/LabSound/extended/PdNode.h:35
Method
latencyTime
required for BasicInspector
include/LabSound/extended/PowerMonitorNode.h:53
Method
latencyTime
include/LabSound/extended/PolyBLEPNode.h:57
Method
latencyTime
include/LabSound/extended/GranulationNode.h:98
Method
latencyTime
include/LabSound/extended/SfxrNode.h:102
Method
latencyTime
include/LabSound/extended/SpectralMonitorNode.h:41
← previous
next →
801–900 of 1,512, ranked by callers