Audacity Error code -9999, from CCA02M2 board streaming
I am acquiring audio streaming from X-NUCLEO-CCA02M2 and NUCLEOF401RE board.
I followed the guidelines in https://www.st.com/resource/en/product_presentation/x-nucleo-cca02m2_quick_start_guide.pdf and boards are correctly recognized.
Audacity shows the following warning:
{
"timestamp": 1635616251,
"event_id": "35e2b64d979897438b2327db89c3f1e0",
"platform": "native",
"release": "audacity@3.1.0",
"contexts": {
"os": {
"type": "os",
"name": "Windows",
"version": "10.0.19042"
}
},
"exception": {
"values": [
{
"type": "Error",
"value": "Error opening recording device.\nError code: -9999 Unanticipated host error.",
"mechanism": {
"type": "runtime_error",
"handled": false
}
}
]
}
}
and Error Code -9999, Unanticipated host error.
Does anyone fixed this issue ?
