You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I setup odas for Respeaker usb 4 mic on ubuntu24.04 with following cfg, redirecting the ssl output to terminal but only get single } on each line. No error is raised but strange output.
The same hardware works good with the same cfg on Arch Linux. So I wonder if any one knows where the problem is.
Thank you
`# Configuration file for XMOS circular sound card
version = "2.1";
Raw
raw:
{
fS = 16000;
hopSize = 128;
nBits = 16;
nChannels = 6;
# Input with raw signal from microphones
interface: {
type = "soundcard";
card = 1;
device = 0;
};
I assume the problem is with the audio drivers installed.
fftw, libconfig, alsa and pulseAudio.
on my Ubuntu24.04
fftw 3.3.10
libconfig 1.5-0.4
alsa 1.2.11
pulseaudio 1:16.1
I setup odas for Respeaker usb 4 mic on ubuntu24.04 with following cfg, redirecting the ssl output to terminal but only get single } on each line. No error is raised but strange output.
The same hardware works good with the same cfg on Arch Linux. So I wonder if any one knows where the problem is.
Thank you
`# Configuration file for XMOS circular sound card
version = "2.1";
Raw
raw:
{
}
Mapping
mapping:
{
}
General
general:
{
};
Stationnary noise estimation
sne:
{
}
Sound Source Localization
ssl:
{
};
Sound Source Tracking
sst:
{
}
sss:
{
};
classify:
{
}
`
The text was updated successfully, but these errors were encountered: