note effect of upsampling

This commit is contained in:
~d6 2023-08-21 23:34:21 -04:00
parent 66607d3bfd
commit 237cce4a66
1 changed files with 3 additions and 1 deletions

View File

@ -160,7 +160,9 @@ The `W` bits correspond to waveform type:
Upsampling will be performed by repeating sample values as many times
as needed (2x, 4x, or 8x). The underlying sound engine is still
expected to play sounds at 44.1 kHz.
expected to play sounds at 44.1 kHz. For sounds which are not samples
at a lower frequency using one of the lower frequencies will have the
effect of "pitch shifting" the sample down one or more octaves.
## Appendix B: not currently supported