We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you are using Ubuntu 22.04; libsoudio1 is not available there anymore, it must be install using Ubuntu 20.04 repo :
sudo apt-add-repository -y -n 'deb http://archive.ubuntu.com/ubuntu focal main' sudo apt-add-repository -y 'deb http://archive.ubuntu.com/ubuntu focal universe' sudo apt-get install -y libsoundio1 sudo apt-add-repository -r -y -n 'deb http://archive.ubuntu.com/ubuntu focal universe' sudo apt-add-repository -r -y 'deb http://archive.ubuntu.com/ubuntu focal main'
Thanks microsoft/Azure-Kinect-Sensor-SDK#1790 (comment)
_Originally posted by @remmel in https://github.com/microsoft/Azure-Kinect-Sensor-SDK/issues/879#issuecomment-1551663549[]()**
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you are using Ubuntu 22.04; libsoudio1 is not available there anymore, it must be install using Ubuntu 20.04 repo :
Thanks microsoft/Azure-Kinect-Sensor-SDK#1790 (comment)
_Originally posted by @remmel in https://github.com/microsoft/Azure-Kinect-Sensor-SDK/issues/879#issuecomment-1551663549[]()**
The text was updated successfully, but these errors were encountered: