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
Function
SIMDScalar load
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:256
Function
SIMDScalar load
src/Om/Om Framework/om/math/omSIMDScalarInt16_8.h:199
Function
SIMDScalar loadUnaligned
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:196
Function
SIMDScalar loadUnaligned
src/Om/Om Framework/om/math/omSIMDScalarInt32_4.h:219
Function
SIMDScalar loadUnaligned
src/Om/Om Framework/om/math/omSIMDScalarInt64_2.h:204
Function
SIMDScalar loadUnaligned
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:270
Function
SIMDScalar loadUnaligned
src/Om/Om Framework/om/math/omSIMDScalarInt16_8.h:213
Function
SIMDScalar<Float32,4> abs
Compute the absolute value of each component of the specified SIMD scalar and return the result.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1009
Function
SIMDScalar<Float32,4> ceiling
Compute the ceiling of each component of the specified SIMD scalar and return the result.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1057
Function
SIMDScalar<Float32,4> cos
Compute and return the cosine of the specified vector. * Original SSE implementation by Julien Pommier, Copyright (C) 2007, z-lib license, * adapted
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1682
Function
SIMDScalar<Float32,4> cross
Return the 3D cross product of two vectors, where each vector has the form (x,y,z,0).
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1857
Function
SIMDScalar<Float32,4> dot
Return the dot product of two vectors as a wide vector.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1870
Function
SIMDScalar<Float32,4> exp
Compute and return e raised to the specified vector power. * Original SSE implementation by Julien Pommier, Copyright (C) 2007, z-lib license, * ada
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1534
Function
SIMDScalar<Float32,4> fastSqrt
Compute the square root of each component of the specified SIMD scalar and return the result.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1176
Function
SIMDScalar<Float32,4> floor
Compute the floor of each component of the specified SIMD scalar and return the result.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1027
Function
SIMDScalar<Float32,4> highs
Copy the second and fourth element of the specified SIMD scalar into the first and third places.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1263
Function
SIMDScalar<Float32,4> interleaveHighs
Interleave the last two elements of each scalar.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1299
Function
SIMDScalar<Float32,4> interleaveLows
Interleave the first two elements of each scalar.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1281
Function
SIMDScalar<Float32,4> ln
Compute and return the natural logarithm of the specified vector.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1456
Function
SIMDScalar<Float32,4> log10
Compute and return the base-10 logarithm of the specified vector.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1520
Function
SIMDScalar<Float32,4> lows
Copy the first and third element of the specified SIMD scalar into the second and fourth places.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1245
Function
SIMDScalar<Float32,4> max
Compute the maximum of each component of the specified SIMD scalars and return the result.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1352
Function
SIMDScalar<Float32,4> min
Compute the minimum of each component of the specified SIMD scalars and return the result.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1334
Function
SIMDScalar<Float32,4> normalize
Normalize the specified vector using a fast approximate algorithm, accurate to ~23 bits.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1888
Function
SIMDScalar<Float32,4> pow
Compute and return the power of the specified vectors.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1582
Function
SIMDScalar<Float32,4> reciprocal
Return an approximate reciprocal of the specified value with 23 bits of precision.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1087
Function
SIMDScalar<Float32,4> reciprocalSqrt
Return an approximate reciprocal square root of the specified value with 23 bits of precision.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1140
Function
SIMDScalar<Float32,4> select
Select elements from the first SIMD scalar if the selector is TRUE, otherwise from the second.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1225
Function
SIMDScalar<Float32,4> shuffle
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1190
Function
SIMDScalar<Float32,4> sin
Compute and return the sine of the specified vector. * Original SSE implementation by Julien Pommier, Copyright (C) 2007, z-lib license, * adapted t
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1601
Function
SIMDScalar<Float32,4> sqrt
Compute the square root of each component of the specified SIMD scalar and return the result.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1111
Function
SIMDScalar<Float32,4> subAdd
Subtract the first and third elements and add the second and fourth.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1317
Function
SIMDScalar<Float32,4> sum
Return the horizontal sum of a vector as a wide vector.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1408
Function
SIMDScalar<Float64,2> abs
Compute the absolute value of each component of the specified SIMD scalar and return the result.
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:839
Function
SIMDScalar<Float64,2> ceiling
Compute the ceiling of each component of the specified SIMD scalar and return the result. * This method is emulated in software on x86 platforms where
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:856
Function
SIMDScalar<Float64,2> floor
Compute the floor of each component of the specified SIMD scalar and return the result. * This method is emulated in software on x86 platforms where S
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:872
Function
SIMDScalar<Float64,2> max
Compute the maximum of each component of the specified SIMD scalars and return the result.
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:993
Function
SIMDScalar<Float64,2> min
Compute the minimum of each component of the specified SIMD scalars and return the result.
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:980
Function
SIMDScalar<Float64,2> select
Select elements from the first SIMD scalar if the selector is TRUE, otherwise from the second.
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:952
Function
SIMDScalar<Float64,2> shuffle
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:899
Function
SIMDScalar<Float64,2> sqrt
Compute the square root of each component of the specified SIMD scalar and return the result.
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:885
Function
SIMDScalar<Float64,2> subAdd
Subtract the first and third elements and add the second and fourth.
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:967
Function
SIMDScalar<Float64,2> sum
Return the horizontal sum of a vector as a vector.
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:926
Function
SIMDScalar<Int16,8> abs
Compute the absolute value of each component of the specified SIMD scalar and return the result.
src/Om/Om Framework/om/math/omSIMDScalarInt16_8.h:901
Function
SIMDScalar<Int16,8> max
Compute the maximum of each component of the specified SIMD scalars and return the result.
src/Om/Om Framework/om/math/omSIMDScalarInt16_8.h:935
Function
SIMDScalar<Int16,8> min
Compute the minimum of each component of the specified SIMD scalars and return the result.
src/Om/Om Framework/om/math/omSIMDScalarInt16_8.h:914
Function
SIMDScalar<Int16,8> select
Select elements from the first SIMD scalar if the selector is TRUE, otherwise from the second.
src/Om/Om Framework/om/math/omSIMDScalarInt16_8.h:956
Function
SIMDScalar<Int32,4>
Convert this scalar to a 4D integer SIMD scalar.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:360
Function
SIMDScalar<Int32,4> abs
Compute the absolute value of each component of the specified SIMD scalar and return the result.
src/Om/Om Framework/om/math/omSIMDScalarInt32_4.h:976
Function
SIMDScalar<Int32,4> highs
Copy the second and fourth element of the specified SIMD scalar into the first and third places.
src/Om/Om Framework/om/math/omSIMDScalarInt32_4.h:1102
Function
SIMDScalar<Int32,4> lows
Copy the first and third element of the specified SIMD scalar into the second and fourth places.
src/Om/Om Framework/om/math/omSIMDScalarInt32_4.h:1084
Function
SIMDScalar<Int32,4> max
Compute the maximum of each component of the specified SIMD scalars and return the result.
src/Om/Om Framework/om/math/omSIMDScalarInt32_4.h:1011
Function
SIMDScalar<Int32,4> min
Compute the minimum of each component of the specified SIMD scalars and return the result.
src/Om/Om Framework/om/math/omSIMDScalarInt32_4.h:992
Function
SIMDScalar<Int32,4> operator !=
Compare two 4D SIMD scalars component-wise for inequality
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:522
Function
SIMDScalar<Int32,4> operator <
Perform a component-wise less-than comparison between this an another 4D SIMD scalar.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:554
Function
SIMDScalar<Int32,4> operator <=
Perform a component-wise less-than-or-equal-to comparison between this an another 4D SIMD scalar.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:614
Function
SIMDScalar<Int32,4> operator ==
Compare two 4D SIMD scalars component-wise for equality.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:492
Function
SIMDScalar<Int32,4> operator >
Perform a component-wise greater-than comparison between this an another 4D SIMD scalar.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:584
Function
SIMDScalar<Int32,4> operator >=
Perform a component-wise greater-than-or-equal-to comparison between this an another 4D SIMD scalar.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:644
Function
SIMDScalar<Int32,4> select
Select elements from the first SIMD scalar if the selector is TRUE, otherwise from the second.
src/Om/Om Framework/om/math/omSIMDScalarInt32_4.h:1062
Function
SIMDScalar<Int32,4> shuffle
src/Om/Om Framework/om/math/omSIMDScalarInt32_4.h:1031
Function
SIMDScalar<Int64,2> abs
Compute the absolute value of each component of the specified SIMD scalar and return the result.
src/Om/Om Framework/om/math/omSIMDScalarInt64_2.h:743
Function
SIMDScalar<Int64,2> max
Compute the maximum of each component of the specified SIMD scalars and return the result.
src/Om/Om Framework/om/math/omSIMDScalarInt64_2.h:762
Function
SIMDScalar<Int64,2> min
Compute the minimum of each component of the specified SIMD scalars and return the result.
src/Om/Om Framework/om/math/omSIMDScalarInt64_2.h:752
Function
SIMDScalar<Int64,2> operator !=
Compare two 2D SIMD scalars component-wise for inequality * Return a 2D scalar of integers indicating the result of the comparison. * If each cor
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:304
Function
SIMDScalar<Int64,2> operator <
Perform a component-wise less-than comparison between this and another 2D SIMD scalar. * Return a 2D scalar of integers indicating the result of the c
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:338
Function
SIMDScalar<Int64,2> operator <=
Perform a component-wise less-than-or-equal-to comparison between this an another 2D SIMD scalar. * Return a 2D scalar of integers indicating the resu
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:408
Function
SIMDScalar<Int64,2> operator ==
Compare two 2D SIMD scalars component-wise for equality. * Return a 2D scalar of integers indicating the result of the comparison. * If each corr
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:271
Function
SIMDScalar<Int64,2> operator >
Perform a component-wise greater-than comparison between this an another 2D SIMD scalar. * Return a 2D scalar of integers indicating the result of the
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:373
Function
SIMDScalar<Int64,2> operator >=
Perform a component-wise greater-than-or-equal-to comparison between this an another 2D SIMD scalar. * Return a 2D scalar of integers indicating the r
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:443
Function
SIMDScalar<Int64,2> select
Select elements from the first SIMD scalar if the selector is TRUE, otherwise from the second.
src/Om/Om Framework/om/math/omSIMDScalarInt64_2.h:804
Function
SIMDScalar<Int64,2> shuffle
src/Om/Om Framework/om/math/omSIMDScalarInt64_2.h:773
Function
SIMDScalar<T,4> getDistanceTo
Get the perpendicular distance from the specified point to the plane.
src/Om/Om Framework/om/math/omSIMDPlane3D.h:106
Function
SIMDScalar<T,4> getMagnitude
src/Om/Om Framework/om/math/omSIMDVector3D.h:140
Function
SIMDScalar<T,4> getMagnitudeSquared
Return the 4-component SIMD scalar squared magnitude of this quad SIMD 3D vector.
src/Om/Om Framework/om/math/omSIMDVector3D.h:147
Function
SIMDScalar<T,4> getSignedDistanceTo
Get the perpendicular distance from the specified point to the plane.
src/Om/Om Framework/om/math/omSIMDPlane3D.h:113
Function
SIMDScalar<T,width> dot
src/Om/Om Framework/om/math/omSIMDVector3D.h:365
Function
SIMDScalar<T,width> operator *
src/Om/Om Framework/om/math/omSIMDScalar.h:102
Function
SIMDScalar<T,width> operator -
src/Om/Om Framework/om/math/omSIMDScalar.h:92
Function
SIMDScalar<T,width> operator /
src/Om/Om Framework/om/math/omSIMDScalar.h:112
Function
SIMDVector3D normalize
Return a normalized copy of this quad SIMD 3D vector.
src/Om/Om Framework/om/math/omSIMDVector3D.h:154
Function
SIMDVector3D operator *
Compute and return the component-wise multiplication of this quad SIMD 3D vector with another.
src/Om/Om Framework/om/math/omSIMDVector3D.h:196
Function
SIMDVector3D operator +
Compute and return the component-wise sum of this quad SIMD 3D vector with another.
src/Om/Om Framework/om/math/omSIMDVector3D.h:168
Function
SIMDVector3D operator -
Compute and return the component-wise difference of this quad SIMD 3D vector with another.
src/Om/Om Framework/om/math/omSIMDVector3D.h:182
Function
SIMDVector3D operator /
Compute and return the component-wise quotient of this quad SIMD 3D vector divided by a quad SIMD scalar.
src/Om/Om Framework/om/math/omSIMDVector3D.h:210
Function
SIMDVector3D<T,width> cross
src/Om/Om Framework/om/math/omSIMDVector3D.h:387
Function
SampleRate getOutputSampleRate
Return the output sample rate for this player. * The default sample rate is 44100 kHz. */
src/Om/Om Sound/om/sound/filters/omSoundPlayer.h:368
Function
SampleRate getSampleRate
Return the sample rate of this IR in samples per second.
src/GSound/gsound/gsSoundSourceIR.h:354
Function
SampleRate getSampleRate
Return the sample rate at which this renderer is rendering. * Sound source input audio is automatically converted to this sample rate * if it doe
src/GSound/gsound/gsSoundListenerRenderer.h:226
Function
SampleRate getSampleRate
Return the current sample rate used for this impulse response.
src/GSound/gsound/gsImpulseResponse.h:170
Function
SampleRate getSampleRate
Return the sample rate of this IR in samples per second.
src/GSound/gsound/gsSampledIR.h:210
Function
SampleRate getSampleRate
Return the sample rate of this IR cache in samples per second.
src/GSound/gsound/internal/gsIRCache.h:149
Function
SampleRate getSampleRate
Return the sample rate that this directional IR is stored in.
src/Om/Om Sound/om/sound/base/omSoundDirectionalIR.h:361
Function
SampleRate getSampleRate
Return the sampling rate of this sound buffer in samples per second.
src/Om/Om Sound/om/sound/base/omSoundBuffer.h:351
Function
ScalarType of
src/Om/Om Framework/om/math/omScalarType.h:142
Method
SceneBVH
Create a new scene geometry with no child BVH's.
src/GSound/gsound/gsSoundScene.h:524
Method
SceneGeometry
Create a new scene geometry with no child BVH's.
src/Om/Om BVH/om/bvh/omBVHScene.h:215
Method
SecondOrderFilter
src/Om/Om Sound/om/sound/filters/omSoundCutoffFilter.h:432
Method
Shared<DataType>
Cast this Resource object to a reference-counted pointer.
src/Om/Om Resources/om/resources/omResource.h:275
Method
Shared<DataType> getData
Return a pointer to the data associated with this resource. * The method can return NULL if the resource's data has not yet * been loaded. *
src/Om/Om Resources/om/resources/omResource.h:212
← previous
next →
1,901–2,000 of 4,063, ranked by callers