Greetings groovy geeks and geniuses
- I’ve been looking at sound_in and recording buffers, and wondered if it’s possible to record using sonicpi, but not hear the input whilst being recorded.
I tried reducing amp but that seems to reduce the recording amplitude also.
I’m thinking a workaround may be possible with specific outputs, to playback to a preview device like headphones, but currently trying with “single output” setup.
Is it possible, to record a one-shot with sound_in, and not have the recording be played until called (eg with sample buffer :buffername
)?
- I tried to add another output device, to test
sound_out
Bluetooth speakers (44.1KHz) - default speakers are 48
I made a test loop, to see if anything pings anywhere
loop do #ping-tick soundcards
with_fx :sound_out, output: [1,3,5].tick do
play :c
sleep 0.5
end
end
is this “multisoundcard” out possible?
Or is this a job for ASIO?
curently output only comes to headphones only when set as default audio in windows, and restarting SP.
Appreciate any insights!
(Windows 11 Pro)