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
nel_h2
AI-powered service management for IT and enterprise teams
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
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?