When following the instructions on this page (https://learn.microsoft.com/en-gb/azure/cognitive-services/speech-service/spx-basics?tabs=windowsinstall%2Cterminal) for the Azure Speech CLI setup, I receive the following error message@
PS /home/sean> spx --% config @region --set REGION uksouth
SPX - Azure Speech CLI, Version 1.24.2
Copyright (c) 2022 Microsoft Corporation. All Rights Reserved.
region (saved at '/home/sean')
REGION=uksouth
PS /home/sean> spx recognize --microphone --source en-US
SPX - Azure Speech CLI, Version 1.24.2
Copyright (c) 2022 Microsoft Corporation. All Rights Reserved.
audio.input.type=microphone
diagnostics.config.log.file=log-{run.time}.log
output.all.audio.input.id=true
output.all.recognizer.recognized.result.text=true
output.all.recognizer.session.started.sessionid=true
service.config.key= 68bf****************************
service.config.region=REGION=uksouth
source.language.config=en-US
x.command=recognize
x.input.path=@mire
ERROR: Exception with an error code: 0x38 (SPXERR_AUDIO_SYS_LIBRARY_NOT_FOUND)