.ntsd - Sound
.ntsd is a sound format, like .wav or .ogg, but made to mimick the Sound structure. The data is uncompressed so it is only recommended to use it in small programs.
.ntsd is in the JSON format, and can be read and written using JSON.
Name |
Type |
Description |
Possible values |
---|---|---|---|
channels |
Number |
The number of channels. |
1 for Stereo, 2 for Mono or more. |
sampleRate |
Number |
The sound’s sample rate. |
Any integer number. |
bitsPerSample |
Number |
The number of bits per sample. |
Any integer number. |
size |
Number |
The sound’s size. |
Any integer number. |
data |
Array of Numbers |
The content of the sound. |
Any array of are number. |