BeamformIt
BeamformIt acoustic beamforming software
File Explorer
- all_conf.cfg
- ami.cfg
- channels_all_conf
- channels_ami
- channels_rt06s_conf
- channels_rt06s_lect
- chime3.cfg
- doxygen.cfg
- RT06s_conf.cfg
- RT06s_lect.cfg
- license.txt
- fftreal.pas
- testapp.dpr
- ClockCycleCounter.cpp
- ClockCycleCounter.h
- ClockCycleCounter.hpp
- def.h
- fnc.h
- fnc.hpp
- Int64.h
- StopWatch.cpp
- StopWatch.h
- StopWatch.hpp
- conf.h
- fnc.h
- fnc.hpp
- main.cpp
- TestAccuracy.h
- TestAccuracy.hpp
- TestHelperFixLen.h
- TestHelperFixLen.hpp
- TestHelperNormal.h
- TestHelperNormal.hpp
- TestSpeed.h
- TestSpeed.hpp
- TestWhiteNoiseGen.h
- TestWhiteNoiseGen.hpp
- Array.h
- Array.hpp
- def.h
- DynArray.h
- DynArray.hpp
- FFTReal.h
- FFTReal.hpp
- FFTRealFixLen.h
- FFTRealFixLen.hpp
- FFTRealFixLenParam.h
- FFTRealPassDirect.h
- FFTRealPassDirect.hpp
- FFTRealPassInverse.h
- FFTRealPassInverse.hpp
- FFTRealSelect.h
- FFTRealSelect.hpp
- FFTRealUseTrigo.h
- FFTRealUseTrigo.hpp
- OscSinCos.h
- OscSinCos.hpp
- license.txt
- readme.txt
- delaysum.h
- fileinout.h
- global.h
- parse_options.h
- support.h
- tdoa.h
- run_chime3.sh
- run_rt06s_conf
- run_rt06s_lect
- BeamformIt.cc
- delaysum.cc
- fileinout.cc
- parse_options.cc
- support.cc
- tdoa.cc
- CMakeLists.txt
- do_beamforming.sh
- Doxyfile
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
cmake
View Details ▼
cmake
Cross-platform build automation system, that generates recipes for native build systems.
cmake {{path/to/project_directory}}
Generate a build recipe in the current directory with `CMakeLists.txt` from a project directory:
cmake --build {{path/to/build_directory}}
Use a generated recipe in a given directory to build artifacts:
cmake --install {{path/to/build_directory}} --strip
Install the build artifacts into `/usr/local/` and strip debugging symbols:
apt-get
View Details ▼
apt-get
Debian and Ubuntu package management utility.
Search for packages using `apt-cache`.
It is recommended to use `apt` when used interactively in Ubuntu versions 16.04 and later.
sudo apt-get update
Update the list of available packages and versions (it's recommended to run this before other `apt-get` commands):
sudo apt-get install {{package}}
Install a package, or update it to the latest available version:
sudo apt-get remove {{package}}
Remove a package:
