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
↓ 484 callers
Function
Float
Cast this string to a floating-point number, returning math::nan<Float>() if the conversion fails.
src/Om/Om Framework/om/data/omString.h:771
↓ 322 callers
Method
getSize
Return the number of valid objects there are in this object allocator.
src/GSound/gsound/gsoundC.cpp:76
↓ 267 callers
Function
min
src/Om/Om Framework/om/math/omScalarMath.h:190
↓ 247 callers
Method
getSize
Return the number of elements in this static array.
src/Om/Om Framework/om/util/omStaticArray.h:266
↓ 242 callers
Function
max
src/Om/Om Framework/om/math/omScalarMath.h:180
↓ 211 callers
Method
add
Add a new object to this object allocator, returning the new ID for the object.
src/GSound/gsound/gsoundC.cpp:83
↓ 202 callers
Function
Size
Convert this sound result into an integer representing the number of samples that were processed.
src/Om/Om Sound/om/sound/base/omSoundResult.h:177
↓ 173 callers
Method
isSet
Return whether or not the 'void' value in this Optional object is set. * This method always returns TRUE. */
src/Om/Om Framework/om/lang/omOptional.h:299
↓ 157 callers
Method
find
Find the object with the specified ID in this allocator.
src/GSound/gsound/gsoundC.cpp:102
↓ 144 callers
Method
getPointer
Return a pointer to this static array's internal array pointer.
src/Om/Om Framework/om/util/omStaticArray.h:186
↓ 139 callers
Function
abs
src/Om/Om Framework/om/math/omComplex.h:496
↓ 118 callers
Function
sqrt
src/Om/Om Framework/om/math/omArrayMath.h:1408
↓ 117 callers
Function
clamp
src/Om/Om Framework/om/math/omScalarMath.h:869
↓ 117 callers
Method
clear
Remove all objects from this allocator, reclaiming their memory.
src/GSound/gsound/gsoundC.cpp:148
↓ 106 callers
Function
SIMDScalar
Create a new 4D SIMD scalar with all elements left uninitialized.
src/Om/Om Framework/om/math/omSIMDScalarInt32_4.h:80
↓ 105 callers
Function
dot
src/Om/Om Framework/om/math/omVector2D.h:635
↓ 94 callers
Method
getHashCode
Return an integer hash code for this resource ID.
src/Om/Om Resources/om/resources/omResourceID.h:266
↓ 84 callers
Function
deallocate
Free the memory used by the array but keep its current size. * If the memory is already allocated, the method has no effect. * If new memory is a
src/Om/Om Framework/om/util/omPODArray.h:273
↓ 84 callers
Method
toString
Return a string representation of the endianness type.
src/Om/Om Framework/om/data/omEndian.h:313
↓ 81 callers
Method
getChannelCount
src/GSound/gsound/gsoundC.cpp:242
↓ 79 callers
Function
SIMDScalar
Create a new 4D SIMD scalar with all elements left uninitialized.
src/Om/Om Framework/om/math/omSIMDScalarInt16_8.h:80
↓ 78 callers
Function
unlockMutex
Release a mutex which handles subclass rendering parameter synchronization. * This method should be called after a rendering parameter is modified
src/Om/Om Sound/om/sound/filters/omSoundFilter.h:970
↓ 78 callers
Function
writePrimitive
src/Om/Om Framework/om/io/omBinaryEncoder.h:620
↓ 74 callers
Method
getCharacters
src/Om/Om Framework/om/data/omString.h:1394
↓ 73 callers
Function
copy
src/Om/Om Framework/om/util/omCopy.h:103
↓ 71 callers
Function
lockMutex
Acquire a mutex which handles subclass rendering parameter synchronization. * This method should be called before a rendering parameter is modified
src/Om/Om Sound/om/sound/filters/omSoundFilter.h:953
↓ 69 callers
Function
destruct
src/Om/Om Framework/om/util/omAllocator.h:387
↓ 69 callers
Method
set
Find the object with the specified ID in this allocator.
src/GSound/gsound/gsoundC.cpp:117
↓ 60 callers
Function
SIMDScalar
Create a new 4D SIMD scalar with all elements left uninitialized.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:83
↓ 57 callers
Method
getPosition
src/GSound/gsound/gsoundC.cpp:237
↓ 49 callers
Function
ceiling
src/Om/Om Framework/om/math/omArrayMath.h:1499
↓ 48 callers
Function
SIMDScalar
Create a new 2D SIMD scalar with all elements left uninitialized.
src/Om/Om Framework/om/math/omSIMDScalarInt64_2.h:81
↓ 43 callers
Method
getType
Return the type of sample rate conversion that is being performed. * Some types of sample rate conversion are faster or have better quality than
src/Om/Om Sound/om/sound/filters/omSoundResampler.h:178
↓ 42 callers
Method
allocate
Allocate the specified number of bytes and return a pointer to the uninitialized memory.
src/Om/Om Framework/om/util/omAllocator.h:473
↓ 42 callers
Function
copyPOD
src/Om/Om Framework/om/util/omCopy.h:256
↓ 41 callers
Function
floor
src/Om/Om Framework/om/math/omArrayMath.h:1460
↓ 41 callers
Function
getWidth
Get the difference between the maximum and minimum coordinates.
src/Om/Om Framework/om/math/omAABB1D.h:160
↓ 39 callers
Function
square
src/Om/Om Framework/om/math/omScalarMath.h:1447
↓ 37 callers
Function
construct
Construct an object of the templated type with the specified arguments for its constructor.
src/Om/Om Framework/om/lang/omShared.h:448
↓ 36 callers
Function
UTF8String
Convert this path to a string object.
src/Om/Om Framework/om/fs/omPath.h:130
↓ 36 callers
Function
pow
src/Om/Om Framework/om/math/omScalarMath.h:1343
↓ 33 callers
Function
degreesToRadians
src/Om/Om Framework/om/math/omScalarMath.h:1896
↓ 32 callers
Method
isNull
Return whether or not this function object has a function/object pointer that is NULL. * If this method returns TRUE, calling the function will result
src/Om/Om Framework/om/lang/omFunction.h:185
↓ 31 callers
Function
UTF8String
Convert this filter type into a string representation.
src/Om/Om Sound/om/sound/filters/omSoundFilterCategory.h:215
↓ 31 callers
Function
deallocateAligned
src/Om/Om Framework/om/util/omAllocator.h:623
↓ 31 callers
Function
ln
src/Om/Om Framework/om/math/omScalarMath.h:1467
↓ 30 callers
Function
allocateString
src/Om/Om Framework/om/data/omString.h:1454
↓ 30 callers
Function
multiply
src/Om/Om Framework/om/math/omArrayMath.h:593
↓ 29 callers
Function
dbToLinear
src/Om/Om Framework/om/math/omScalarMath.h:1935
↓ 28 callers
Function
zeroPOD
src/Om/Om Framework/om/util/omCopy.h:502
↓ 27 callers
Function
loadUnaligned
Load a SIMD array from the specified unaligned pointer to values.
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:117
↓ 27 callers
Method
reset
Reset the library, releasing all allocated objects.
src/GSound/gsound/gsoundC.cpp:400
↓ 26 callers
Method
intersectRay
Return whether or not the primitive with the specified index is intersected by the specified ray.
src/GSound/gsound/gsSoundScene.h:559
↓ 26 callers
Function
polarXZ
Convert the specified polar angle in radians to a unit-length 3D vector in the XZ plane.
src/Om/Om Framework/om/math/omVector3D.h:209
↓ 25 callers
Method
convertToNative
src/Om/Om Framework/om/data/omEndian.h:273
↓ 25 callers
Function
destructArray
src/Om/Om Framework/om/util/omAllocator.h:395
↓ 25 callers
Method
getRadius
src/pygsound/src/Listener.cpp:36
↓ 25 callers
Function
multiplyAdd
src/Om/Om Framework/om/math/omArrayMath.h:734
↓ 24 callers
Function
parseFloat
src/pygsound/deps/include/tiny_obj_loader.h:580
↓ 24 callers
Method
remove
Remove the object with the specified ID in this allocator, releasing the object.
src/GSound/gsound/gsoundC.cpp:132
↓ 23 callers
Method
getSizeInBytes
Return the approximate number of bytes allocated by this source render state.
src/GSound/gsound/gsSoundListenerRenderer.cpp:1144
↓ 22 callers
Function
SIMDScalar
Create a new 2D SIMD scalar with all elements left uninitialized.
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:82
↓ 21 callers
Function
String
Convert this path to an ASCII string object. * This conversion may result in corruption of the path string if * any unicode characters are presen
src/Om/Om Framework/om/fs/omPath.h:141
↓ 21 callers
Method
setFormat
Set an object describing the format of file this ID refers to.
src/Om/Om Resources/om/resources/omResourceID.h:153
↓ 20 callers
Function
Int32
Cast this 24-bit sample to a 32-bit integer sample.
src/Om/Om Sound/om/sound/base/omSoundInt24.h:80
↓ 19 callers
Method
getSizeInBytes
Return the size in bytes of the memory used by this object pool, not including the objects themselves.
src/GSound/gsound/gsSoundListenerRenderer.h:338
↓ 19 callers
Function
mod
src/Om/Om Framework/om/math/omScalarMath.h:1841
↓ 18 callers
Function
Hash
Return the integer hash code value.
src/Om/Om Framework/om/data/omHashCode.h:104
↓ 18 callers
Method
getPosition
src/pygsound/src/Listener.cpp:18
↓ 18 callers
Method
sample
Generate a sample from the random variable and return the result. * The value returned may have any numerical value representable by the * random
src/Om/Om Framework/om/math/omRandom.h:374
↓ 17 callers
Function
Float
Cast the half float object to a single-precision floating point number.
src/Om/Om Framework/om/lang/omHalfFloat.h:192
↓ 17 callers
Function
doubleCapacity
src/Om/Om Framework/om/util/omPriorityQueue.h:616
↓ 17 callers
Method
getSampleRate
Return the sample rate that this sound source's output audio is computed at. * Sounds that are played by this sound source are automatically converted
src/GSound/gsound/gsSoundSource.h:346
↓ 17 callers
Function
increaseCapacity
src/Om/Om Framework/om/data/omStringBuffer.h:361
↓ 16 callers
Function
UInt32
Convert this flags object to an integer value. * This operator is provided so that the object * can be used as an integer value for bitwise logic
src/GSound/gsound/gsMeshFlags.h:167
↓ 16 callers
Function
VCPLXMUL
src/Om/Om Framework/om/math/omFFTReal.h:264
↓ 16 callers
Method
getSampleRate
src/pygsound/src/Context.cpp:94
↓ 16 callers
Function
load
Attempt to load the data for this resource if necessary. * This method tries to ensure that the resource data is loaded and available * for use.
src/Om/Om Resources/om/resources/omResource.h:430
↓ 16 callers
Function
log10
src/Om/Om Framework/om/math/omScalarMath.h:1476
↓ 15 callers
Method
canSeek
src/GSound/gsound/gsoundC.cpp:217
↓ 15 callers
Method
deallocate
Release the memory that is used by this path state.
src/GSound/gsound/gsSoundListenerRenderer.cpp:795
↓ 15 callers
Function
getAlignment
Return the alignment required for objects of this type. * For most SIMD types this value will be 16 bytes. If there is * no alignment required, 0
src/Om/Om Framework/om/math/omSIMDRay3D.h:110
↓ 15 callers
Function
isOpen
Return whether or not the file reader's file is open. * This method gets a boolean value from the file reader indicating * whether or not the fil
src/Om/Om Framework/om/io/omFileReader.h:126
↓ 15 callers
Function
toLowerCase
If the specified character is an upper-case character, convert it a lower-case one.
src/Om/Om Framework/om/data/omString.h:1279
↓ 14 callers
Function
constructArray
src/Om/Om Framework/om/util/omAllocator.h:218
↓ 14 callers
Function
convert
src/Om/Om Framework/om/util/omCopy.h:285
↓ 14 callers
Function
linearToDB
src/Om/Om Framework/om/math/omScalarMath.h:1925
↓ 14 callers
Function
resize
Double the size of the element array to increase the capacity of the priority queue. * This method deallocates the previously used array, and then all
src/Om/Om Framework/om/util/omPriorityQueue.h:636
↓ 14 callers
Function
setChannelPosition
Set the position of the channel's speaker at the specified index.
src/Om/Om Sound/om/sound/base/omSoundBuffer.h:305
↓ 13 callers
Function
ParseTextureNameAndOption
src/pygsound/deps/include/tiny_obj_loader.h:748
↓ 13 callers
Function
UTF32Char
Return a pointer to the current character of the iterator.
src/Om/Om Framework/om/data/omStringIterator.h:677
↓ 13 callers
Function
VCPLXMUL
src/Om/Om Framework/om/math/omFFTComplex.h:220
↓ 13 callers
Function
VCPLXMULCONJ
src/Om/Om Framework/om/math/omFFTReal.h:275
↓ 13 callers
Function
copyObjects
Copy the specified number of objects from the source to the destination pointer.
src/Om/Om Framework/om/util/omShortArray.h:435
↓ 13 callers
Method
fft
src/GSound/gsound/internal/gsHRTFFilter.cpp:105
↓ 13 callers
Function
getStringLength
src/Om/Om Framework/om/data/omString.cpp:141
↓ 12 callers
Function
FrequencyBandResponse
Create a frequency band response with the specified gain across all frequency bands. * @param initialGain - the initial gain value used for all freque
src/GSound/gsound/gsFrequencyBandResponse.h:100
↓ 12 callers
Function
copyArray
src/Om/Om Framework/om/util/omAllocator.h:414
↓ 12 callers
Function
dot
src/Om/Om Framework/om/math/omVector3D.h:822
↓ 12 callers
Function
getUnicodeStringLength
src/Om/Om Framework/om/data/omString.cpp:166
next →
1–100 of 4,063, ranked by callers