The Audio-Analyzer project is a set of tools for measuring the frequency response, distortion, and quality of audio equipment. It includes test signal generators and spectrum analyzers.
Categories
Audio AnalysisLicense
BSD LicenseFollow Audio Analyzer
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
Compiling 1. This file can be compiled under Cygwin on Win10. And it works. Create a directory called "audana" (c:/cygwin64/home/username/audana) and put this sig_gen_v0.1.c file in it. 2. Create a file called "makefile" with following text. siggen: sig_gen_v0.1.c gcc -o siggen -lpthread -lm sig_gen_v0.1.c 3. Open the cygwin64 terminal and type "cd audana". Type "make" and enter. There may be some warning but the compilation will succeed and siggen.exe will get made. 4. Now to run this, you need to create a new shortcut to "cmd.exe" on this directory by right clicking. Run the shortcut to open command prompt window. Run "siggen -h" to get all command options. Run "siggen" alone to get a "test_signal.wav" file generated.
-
what is it? One C source code file? And how to run it?