mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
Added sound input and recording functionality.
This commit is contained in:
@@ -45,6 +45,7 @@ namespace sound
|
||||
|
||||
SoundData(Decoder * decoder);
|
||||
SoundData(int samples, int sampleRate, int bits, int channels);
|
||||
SoundData(void * d, int samples, int sampleRate, int bits, int channels);
|
||||
|
||||
virtual ~SoundData();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user