|
JPL Spatial
Sound spatialization and propagation library
|
Functions | |
| JPL_INLINE uint32 | CeilToPrime (uint32 number) |
| template<class Sample > | |
| constexpr Sample | GenRandomSign (uint32 outChannel, uint32 fdnChannel) |
Variables | |
| constexpr auto | cPrimes |
| constexpr uint32 | cMaxFDNOrder = 64 |
| constexpr uint32 | cMaxDelayInSamples = cPrimes.back() |
| template<uint32 FDNOrder> | |
| constexpr bool | cValidFDNOrder = FDNOrder > 0 and FDNOrder <= cMaxFDNOrder |
Reverb design components & utilities. Largely inspired by wonderful article by Geraint Luff "Let's Write A Reverb"
(example of usage is at the very end of the file)
| JPL_INLINE uint32 JPL::Detail::CeilToPrime | ( | uint32 | number | ) |