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
There is a schema error with the actual config_neuralpi.json. Here are the logs:
[2024-11-16 14:01:26.642] [warning] #############################
[2024-11-16 14:01:26.642] [warning] Started Sushi Logger!
[2024-11-16 14:01:26.642] [warning] #############################
[2024-11-16 14:01:26.710] [info] [plugin_library] Setting base plugin path to: /home/mind/plugins
[2024-11-16 14:01:26.711] [info] [jsonconfig] Setting engine sample rate to 48000.0
[2024-11-16 14:01:26.711] [info] [main] Setting up Xenomai RASPA frontend
[2024-11-16 14:01:26.713] [error] [jsonconfig] Schema validation failure at /tracks/0
[2024-11-16 14:01:26.713] [error] [jsonconfig] Config file /home/mind/config_files/config_neuralpi.json does not follow schema: 1
According to ELK tracks json schema, a track does not have (anymore) a mode key. It has to be replaced with a channels key and value 2 if you want stereo.
Hi,
There is a schema error with the actual
config_neuralpi.json
. Here are the logs:According to ELK tracks json schema, a track does not have (anymore) a
mode
key. It has to be replaced with achannels
key and value2
if you want stereo.Old
config_neuralpi.json
:New one:
And now, the plugin works.
The text was updated successfully, but these errors were encountered: