1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 17:19:43 +02:00
audacity/lib-src/mod-nyq-bench
James Crook 6220c27613 Do an autoreconf -ivf
This was done on a Ubuntu 14.04 system with wxWidgets 3.1.1 installed.
The resulting buildfiles successfully build Audacity on Ubuntu 14.04 (with 3.1.1) and on Travis (with 3.0.0).
2018-04-02 17:32:17 +01:00
..
2018-04-02 17:32:17 +01:00
2018-04-02 17:32:17 +01:00
2018-04-02 17:32:17 +01:00
2018-04-02 17:32:17 +01:00
2018-02-24 16:57:06 -05:00
2018-01-29 23:01:34 -05:00

Two things first...

1)  This is only an example of a dynamic module.  The interfaces
    it uses WILL change in the future.
2)  The NyqBench effect is just my hairbrained idea and it
    may not produce desired results.

For Mac and Linux user, you must change the AUDACITY_DIR variable
at the top of your Makefile to point to the base of the Audacity
source directory.

For Windows users, you need to define an environment variable
called AUDACITY_DIR whose value points to the base of the Audacity
source directory.

The NyqBench.dll will automatically be copied to the Audacity
Modules directory in either the "win\Unicode Debug" or
"win\Unicode Release" subdirectories.

Other questions?  Ask on the devel list.