mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 14:59:03 +00:00
Added: Useful comment
This commit is contained in:
parent
9821db2b21
commit
870b089f1f
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,9 @@ namespace NLSOUND
|
|||
#endif
|
||||
|
||||
/*
|
||||
* Sound sample format
|
||||
* Deprecated sound sample format.
|
||||
* For compatibility with old code.
|
||||
* Do not modify.
|
||||
*/
|
||||
enum TSampleFormat { Mono8, Mono16ADPCM, Mono16, Stereo8, Stereo16, SampleFormatUnknown = (~0) };
|
||||
|
||||
|
|
Loading…
Reference in a new issue