13 lines
546 B
Markdown
13 lines
546 B
Markdown
# Audio sampler
|
|
Audio sampler is a tool to record the last `SecondsToRecord` from one or multiple sources. This utility will only record at max stereoaudio.
|
|
|
|
## Config
|
|
`SampleRate` the sample rate to record with, recommended default is `48000`
|
|
|
|
`SecondsToRecord` amount of seconds to keep in memory and save when triggered.
|
|
|
|
`SourcesToRecord` a list of audiodevices which will be recorded.
|
|
|
|
`SaveDirectory` the path of the save folder, meaning the folder they will be saved in.
|
|
|
|
`Shortcut` the shortcut which will trigger to save the recording. |