eg:
Code: Select all
CatchSound(#Sound, Memoryposition, Length, Channles, Khz, Bits, Mode)
Length = Number of samples to catch
Channles = Number of channles (1,2 / mono, stereo)
Khz = Playbackrate of sound (44.1, 22.0 etc...)
Bits = Resolution of samples (8Bit, 16Bit, 24Bit...)
Mode = hmm, no Idea. Maybe the orientation of sampledatas (big endian / little endian) or so