The API reference in documentation lacks info on how to access DecodedSoundFile's raw audio, specifically where it lists the class DecodedSoundFile and then just states Contains various properties and also the PCM frames of a fully decoded audio file. without actually listing any further info. Adding this seems essential given this type is returned from every decoding function offered, and I would argue half the point of manually calling such a decoding function is that I might want to actually process and change the raw audio afterward. This doesn't seem possible unless I know how to access the actual bytes. It also seems to lack info on how to access the sample rate and amount of channels etc. of the decoded file.