For those interested in performing measurements with the UMA-16, one can now use the SpectAcoular repository, which uses Acoular for processing and provides a GUI (
https://github.cAlso, seeacoular/spectacoular). See
Documentation on how to start the application.
The app uses the python-sounddevice package 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 application window. There one can select the nanoSHARC (or any other input device).
The app provides measurement and LiveBeamforming capabilities.