Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GAMMA-UMD/pygsound
/ functions
Functions
4,063 in github.com/GAMMA-UMD/pygsound
⨍
Functions
4,063
◇
Types & classes
371
↓ 2 callers
Method
getPrimitiveCount
Return the number of BVH's contained in this scene geometry.
src/Om/Om BVH/om/bvh/omBVHScene.h:221
↓ 2 callers
Function
getRandomDirection
Return a uniformly distributed random unit vector direction.
src/Om/Om Sound/om/sound/base/omSoundDirectionalIR.h:685
↓ 2 callers
Function
getRow
Return the row at the specified index in the matrix.
src/Om/Om Framework/om/math/omMatrix.h:520
↓ 2 callers
Function
getSphereCosHalfAngle
Return cosine of half of the angular size in radians of a sphere for an observer at a given distance.
src/GSound/gsound/gsSoundPropagator.h:426
↓ 2 callers
Function
getSphereHalfAngleSize
Return half of the angular size in radians of a sphere for an observer at a given distance.
src/GSound/gsound/gsSoundPropagator.h:416
↓ 2 callers
Function
ilog2
src/Om/Om Framework/om/math/omFFT.cpp:290
↓ 2 callers
Method
isNative
Return whether or not this Endianness is the native endianness of the current platform.
src/Om/Om Framework/om/data/omEndian.h:298
↓ 2 callers
Function
isWhitespace
src/Om/Om Framework/om/data/omString.cpp:2976
↓ 2 callers
Function
nextPowerOf2Prime32
src/Om/Om Framework/om/math/omPrimes.cpp:94
↓ 2 callers
Function
normalize
Return a new ray with a unit-length direction vector.
src/Om/Om Framework/om/math/omRay3D.h:102
↓ 2 callers
Function
orAndRead
src/Om/Om Framework/om/threads/omAtomics.h:288
↓ 2 callers
Function
parseFloat2
src/pygsound/deps/include/tiny_obj_loader.h:590
↓ 2 callers
Function
parseString
src/pygsound/deps/include/tiny_obj_loader.h:422
↓ 2 callers
Function
parseTagTriple
src/pygsound/deps/include/tiny_obj_loader.h:658
↓ 2 callers
Function
polar
######################################################################################### Start Om Math Namespace
src/Om/Om Framework/om/math/omComplex.h:46
↓ 2 callers
Function
projectToPlane
src/GSound/gsound/internal/gsUTDFrequencyResponse.cpp:350
↓ 2 callers
Function
readAndSet
src/Om/Om Framework/om/threads/omAtomics.h:222
↓ 2 callers
Method
readSamples
src/GSound/gsound/gsoundC.cpp:266
↓ 2 callers
Function
real_finalize_4x4
Generic version does nothing because these are only needed for the SIMD code.
src/Om/Om Framework/om/math/omFFTReal.h:327
↓ 2 callers
Function
real_preprocess_4x4
src/Om/Om Framework/om/math/omFFTReal.h:329
↓ 2 callers
Method
removeCluster
Remove this source's previous membership to the given cluster. * The method returns whether or not the source was previously a member of * that c
src/GSound/gsound/gsSoundListenerRenderer.cpp:1122
↓ 2 callers
Function
renderSamples
Render the given number of samples for this listener renderer into the output buffer.
src/GSound/gsound/gsSoundPropagationSystem.cpp:199
↓ 2 callers
Function
reverseWord
src/Om/Om Framework/om/math/omFFT.cpp:302
↓ 2 callers
Function
reversed_copy
Generic version does nothing because these are only needed for the SIMD code.
src/Om/Om Framework/om/math/omFFTReal.h:318
↓ 2 callers
Function
roundCapacity
src/Om/Om Sound/om/sound/base/omSoundBuffer.cpp:75
↓ 2 callers
Method
run
(self)
setup.py:24
↓ 2 callers
Method
save
src/Om/Om Resources/om/resources/omResourceManager.h:274
↓ 2 callers
Function
set
Set whether or not the specified flag value is set for this flags object.
src/GSound/gsound/gsMeshFlags.h:185
↓ 2 callers
Function
set
Set the minimum and maximum values of the axis-aligned bounding box.
src/Om/Om Framework/om/math/omAABB1D.h:152
↓ 2 callers
Function
setChannelType
Set the semantic type of the channel at the specified index. * If the given channel index is invalid, the method has no effect. */
src/Om/Om Sound/om/sound/base/omSoundBuffer.h:283
↓ 2 callers
Function
setPosition
Set the position of this detector in 3D world space.
src/GSound/gsound/gsSoundDetector.h:116
↓ 2 callers
Method
setState
Set the entire state for the random variable. * After setting the state for the random variable, calls to the sample() * methods will produce the
src/Om/Om Framework/om/math/omRandom.h:424
↓ 2 callers
Function
swap
Swap two elements in the heap.
src/GSound/gsound/gsSoundMeshPreprocessor.cpp:693
↓ 2 callers
Function
toArray
Return a pointer to the internal storage of this vector.
src/Om/Om Framework/om/math/omVector2D.h:234
↓ 2 callers
Function
toArrayColumnMajor
Return a pointer to the matrix's elements in colunn-major order. * Since matrix elements are stored in column-major order, * no allocation is per
src/Om/Om Framework/om/math/omMatrix3D.h:339
↓ 2 callers
Function
unreversed_copy
src/Om/Om Framework/om/math/omFFTReal.h:319
↓ 2 callers
Function
zero
Set all of the elements in the matrix to zero.
src/Om/Om Framework/om/math/omMatrix.h:431
↓ 2 callers
Function
zero
Zero-out the entire contents of this SoundBuffer.
src/Om/Om Sound/om/sound/base/omSoundBuffer.h:457
↓ 1 callers
Function
Array
Create an array with elements from the specified pointer, copying the data.
src/Om/Om Framework/om/util/omArray.h:102
↓ 1 callers
Function
BitReversalPermute
src/Om/Om Framework/om/math/omFFT.cpp:818
↓ 1 callers
Function
FFT4_1WeightPerCall
src/Om/Om Framework/om/math/omFFT.cpp:681
↓ 1 callers
Function
FFT4_1WeightPerIteration
src/Om/Om Framework/om/math/omFFT.cpp:613
↓ 1 callers
Function
Int
Cast this string to an integer, returning math::nan<Int32>() if the conversion fails.
src/Om/Om Framework/om/data/omString.h:713
↓ 1 callers
Function
LoadObj
src/pygsound/deps/include/tiny_obj_loader.h:1386
↓ 1 callers
Function
Sphere3D
######################################################################################### Start Om Math Namespace
src/Om/Om Framework/om/math/omSphere3D.h:46
↓ 1 callers
Function
UTD_N
src/GSound/gsound/internal/gsUTDFrequencyResponse.cpp:225
↓ 1 callers
Function
UTD_sphereDis
src/GSound/gsound/internal/gsUTDFrequencyResponse.cpp:312
↓ 1 callers
Function
UTD_sphereDisKouyoumjian
src/GSound/gsound/internal/gsUTDFrequencyResponse.cpp:301
↓ 1 callers
Function
_xgetbv
src/Om/Om Framework/om/math/omSIMDFlags.cpp:47
↓ 1 callers
Function
allocate
Make sure that the internal memory is allocated and has at least the given size. * If the memory is already allocated with at least the given size,
src/Om/Om Framework/om/util/omPODArray.h:212
↓ 1 callers
Function
andAndRead
src/Om/Om Framework/om/threads/omAtomics.h:297
↓ 1 callers
Function
asinh
src/Om/Om Framework/om/math/omScalarMath.h:2096
↓ 1 callers
Method
build_extension
(self, ext)
setup.py:41
↓ 1 callers
Function
compute_array
(meshpath, src_coord, lis_coord, r, s, micarray)
examples/custom_array.py:6
↓ 1 callers
Function
compute_scene_ir_absorb
(roomdim, tasks, r)
tests/rir_test.py:84
↓ 1 callers
Function
containsRecursive
Recursively query the priorit queue to see if a value is contained. * This method has O(log n) complexity due to the priority queue's * internal
src/Om/Om Framework/om/util/omPriorityQueue.h:569
↓ 1 callers
Method
convertFromNative
src/Om/Om Framework/om/data/omEndian.h:284
↓ 1 callers
Function
copy
src/Om/Om Resources/om/resources/omResourceType.h:140
↓ 1 callers
Function
cotangent
src/GSound/gsound/internal/gsUTDFrequencyResponse.cpp:323
↓ 1 callers
Function
cplx_finalize
src/Om/Om Framework/om/math/omFFTComplex.h:268
↓ 1 callers
Function
cplx_preprocess
src/Om/Om Framework/om/math/omFFTComplex.h:270
↓ 1 callers
Function
decrementAndRead
src/Om/Om Framework/om/threads/omAtomics.h:279
↓ 1 callers
Function
dot
src/Om/Om Framework/om/math/omQuaternion.h:722
↓ 1 callers
Method
execute
src/Om/Om Framework/om/threads/omThreadPool.h:341
↓ 1 callers
Function
fft
src/Om/Om Framework/om/math/omFFT.cpp:112
↓ 1 callers
Function
fileExists
Get whether or not the file associated with this reader exists. * This method checks whether or not the file pointed to by the * path queried by
src/Om/Om Framework/om/io/omFileReader.h:299
↓ 1 callers
Method
findPath
Find the path with the specified hash in the renderer, returning a pointer to it. * The method allocates a new path state for the path hash if it did
src/GSound/gsound/gsSoundListenerRenderer.cpp:719
↓ 1 callers
Function
firstSetBit
src/Om/Om BVH/om/bvh/omAABBTree4.cpp:1061
↓ 1 callers
Method
flagIsSet
Return whether or not the specified boolan flag is set for this sound source.
src/GSound/gsound/gsSoundSource.h:288
↓ 1 callers
Function
flags
Create a new resource flags object with no flags set.
src/Om/Om Resources/om/resources/omResourceFlags.h:90
↓ 1 callers
Function
fromBigEndian
src/Om/Om Framework/om/data/omEndian.h:135
↓ 1 callers
Function
fromLittleEndian
src/Om/Om Framework/om/data/omEndian.h:141
↓ 1 callers
Function
fuzzyEquals
src/Om/Om Framework/om/math/omScalarMath.h:752
↓ 1 callers
Function
getBestMaterial
Pick the material index which is best represented in the specified material indices.
src/GSound/gsound/gsSoundMeshPreprocessor.h:266
↓ 1 callers
Function
getButterworth1LowPass
Get the coefficients of a 1st-order butterworth filter with the given w0.
src/GSound/gsound/internal/gsSIMDCrossover.h:507
↓ 1 callers
Function
getButterworth1LowPass
Get the coefficients of a 1st-order butterworth filter with the given w0.
src/Om/Om Sound/om/sound/base/omSoundSIMDCrossover.h:521
↓ 1 callers
Function
getChildIndex1
Return the index of the left child element given the parent element's index.
src/GSound/gsound/gsSoundMeshPreprocessor.cpp:653
↓ 1 callers
Function
getChildIndex2
Return the index of the right child element given the parent element's index.
src/GSound/gsound/gsSoundMeshPreprocessor.cpp:660
↓ 1 callers
Method
getCost
Return the cost for performing the edge collapse referenced by this object.
src/GSound/gsound/gsSoundMeshPreprocessor.cpp:492
↓ 1 callers
Function
getDBReduction2
Return the negative gain reduction in decibels for the specified signal level and compression parameters.
src/Om/Om Sound/om/sound/filters/omSoundCompressor.h:675
↓ 1 callers
Function
getEdgeFreeVertexIndex
Return the vertex index for this triangle that is not part of the specified edge.
src/GSound/gsound/internal/gsInternalSoundTriangle.h:305
↓ 1 callers
Method
getFormatCount
Return the number of resource formats that this manager can load.
src/Om/Om Resources/om/resources/omResourceManager.h:352
↓ 1 callers
Function
getFrequencyGain
Return the gain coefficient for the specified frequency index within this response. * The frequency index must be less than the total number of freque
src/GSound/gsound/gsFrequencyResponse.h:126
↓ 1 callers
Function
getIdentity
Get the square identity matrix for the specified matrix size in the output parameter.
src/Om/Om Framework/om/math/omMatrix.h:977
↓ 1 callers
Function
getMaximumNumberOfInputs
Return the maximum number of audio inputs that a SoundFilter can support.
src/Om/Om Sound/om/sound/filters/omSoundFilter.h:720
↓ 1 callers
Function
getMaximumNumberOfMIDIInputs
Return the maximum number of MIDI inputs that a SoundFilter can support.
src/Om/Om Sound/om/sound/filters/omSoundFilter.h:734
↓ 1 callers
Function
getMaximumNumberOfMIDIOutputs
Return the maximum number of MIDI outputs that a SoundFilter can support.
src/Om/Om Sound/om/sound/filters/omSoundFilter.h:741
↓ 1 callers
Function
getMaximumNumberOfOutputs
Return the maximum number of audio outputs that a SoundFilter can support.
src/Om/Om Sound/om/sound/filters/omSoundFilter.h:727
↓ 1 callers
Function
getName
Return a pointer to the name associated with this resource.
src/Om/Om Resources/om/resources/omResource.h:361
↓ 1 callers
Method
getPowerLevel
Return the total power of the sound source in dB SWL (sound power level). * This value is a unitless logarithmic measure of the total radiated power
src/GSound/gsound/gsSoundSource.h:152
↓ 1 callers
Method
getRank
Return the rank of the last input matrix that was solved.
src/Om/Om Framework/om/math/omMatrix.h:1215
↓ 1 callers
Function
getSize
Return the number of bytes of data that this Data object holds.
src/Om/Om Framework/om/data/omData.h:142
↓ 1 callers
Function
getSize
Get the number of characters in the buffer, excluding the NULL terminator.
src/Om/Om Framework/om/data/omStringBuffer.h:292
↓ 1 callers
Function
getSize
Get the number of bytes of data contained in the buffer.
src/Om/Om Framework/om/data/omDataBuffer.h:359
↓ 1 callers
Function
getSize
Get the difference between the maximum and minimum coordinates.
src/Om/Om Framework/om/math/omAABB1D.h:167
↓ 1 callers
Function
halfFloatToFloat
Convert the specified half float number to a single precision float number.
src/Om/Om Framework/om/lang/omHalfFloat.h:245
↓ 1 callers
Function
ifft
src/Om/Om Framework/om/math/omFFT.cpp:124
↓ 1 callers
Function
incrementAndRead
src/Om/Om Framework/om/threads/omAtomics.h:261
↓ 1 callers
Function
intersectRay
src/Om/Om BVH/om/bvh/omAABBTree4.cpp:297
↓ 1 callers
Function
isAllocated
Return whether or not this PODArray's internal memory buffer is currently allocated.
src/Om/Om Framework/om/util/omPODArray.h:201
← previous
next →
301–400 of 4,063, ranked by callers