semicongine/audio/resources

Search:
Group by:

Procs

proc readAU(stream: Stream): SoundData {....raises: [IOError, OSError, Exception],
    tags: [ReadIOEffect], forbids: [].}
proc readVorbis(stream: Stream): SoundData {.
    ...raises: [IOError, OSError, Exception], tags: [ReadIOEffect], forbids: [].}