odas
odas copied to clipboard
Can I use more than one 'target' in SST?
Hi, i want to set all of my mics to target one source in direction that i know. I realised that 'target' and 'static' cause that only one channel is beeing recorder.
I would like to set all of my chanells to look in one particular direction. Can i do it?
Something like this:
target =
(
{ tag = "myTrackedSource"; x = 0.0; y = 0.0; z = 1.0;
tag = "myTrackedSource1"; x = 0.0; y = 0.0; z = 1.0;
tag = "myTrackedSource2"; x = 0.0; y = 0.0; z = 1.0;
tag = "myTrackedSource3"; x = 0.0; y = 0.0; z = 1.0
}
);
And then:
separated: {
fS = 44100;
hopSize = 512;
nBits = 32;
# format = "undefined";
format = "json";
interface: {
# type = "blackhole";
type = "file";
# ip = "127.0.0.1";
path = "Sep_test_44k.raw";
# ip = "IP";
# port = 10000;
};
};
postfiltered: {
fS = 44100;
hopSize = 512;
nBits = 32;
# format = "undefined";
format = "json";
interface: {
# type = "blackhole";
type = "file";
# type = "file";
path = "Pf_test_44k.raw";
# ip = "127.0.0.1";
# ip = "IP";
# port = 10010;
};
};