Photon Voice
v2.58
Exception thrown if an unsupported audio sample type is encountered. More...
Inherits Exception.
Public Member Functions | |
| UnsupportedSampleTypeException (Type t) | |
| Create a new UnsupportedSampleTypeException. More... | |
Exception thrown if an unsupported audio sample type is encountered.
PhotonVoice generally supports 32-bit floating point ("float") or 16-bit signed integer ("short") audio, but it usually won't be converted automatically due to the high CPU overhead (and potential loss of precision) involved.
| UnsupportedSampleTypeException | ( | Type | t | ) |
Create a new UnsupportedSampleTypeException.
| t | The sample type actually encountered. |