Parameters |
---|
snd_in% |
Handle to a snd_in object created with snd_in_open. |
bank* |
Bank which data is stored into. |
count% |
Number of bytes to write into the bank. |
Description |
---|
Reads data from snd_in to bank Note: You may have slight performance increase if you use the same size as block_size (see snd_in_open), this saves the library from having to re-allocate extra bytes. |
Return |
---|
Returns the amount of bytes written into the bank. |
SndLib : Sound Input : snd_in_read |
---|