Skip to content
New issue

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

UMA16SamplesGenerator not found in project #5

Closed
dimakozin opened this issue Dec 16, 2021 · 1 comment
Closed

UMA16SamplesGenerator not found in project #5

dimakozin opened this issue Dec 16, 2021 · 1 comment

Comments

@dimakozin
Copy link

Hi everyone!
I've just tried start Measurement_App with my MiniDSP UMA16 mic array
Command from this file
bokeh serve --show Measurement_App --args --device=uma16 --blocksize=256

Log:
from acuma16 import UMA16SamplesGenerator ModuleNotFoundError: No module named 'acuma16'

I can't find any UMA16 modules in project
Any ideas?

@adku1173
Copy link
Member

Hi @dimakozin,
the problem has been fixed for the latest version of the master branch (07dd637).
According to the documentation, one can start the app by using the sounddevice library which provides access to audio streams available by the PortAudio library. Simply do
bokeh serve --show Measurement_App --args --device=sounddevice --blocksize=256 ,
which will open the browser with the following content:

image
There you can select the nanoSHARC microphone array.

Thanks for reporting the issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants