mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 13:34:40 +00:00
test mic
This commit is contained in:
@@ -1,4 +1,16 @@
|
||||
tmic = buffer(input.pulseaudio()) # Microphone
|
||||
|
||||
if tmic.is_active() then
|
||||
log.info("Buffer active")
|
||||
end
|
||||
|
||||
if tmic.is_ready() then
|
||||
log.info("Buffer ready")
|
||||
end
|
||||
if tmic.is_up() then
|
||||
log.info("Buffer up")
|
||||
end
|
||||
|
||||
interactive.harbor(port = 9999)
|
||||
|
||||
mic_gain = interactive.float("mic_volume", min=0., max=20., 6.)
|
||||
|
||||
Reference in New Issue
Block a user