SFML.Net
SoundRecorderStart Method |

Name | Description | |
---|---|---|
![]() |
Start |
Start the capture using the default sample rate (44100 Hz).
Please note that only one capture can happen at the same time.
|
![]() |
Start(UInt32) |
Start the capture.
The sampleRate parameter defines the number of audio samples
captured per second. The higher, the better the quality
(for example, 44100 samples/sec is CD quality).
This function uses its own thread so that it doesn't block
the rest of the program while the capture runs.
Please note that only one capture can happen at the same time.
|
