User Ratings

★★★★★
★★★★
★★★
★★
0
1
0
0
1
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 1 / 5

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?
  • Previous
  • You're on page 1
  • Next