1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00
audacity/lib-src/mod-nyq-bench
Benjamin Drung 787f2afd10 Introduce end-of-line normalization
Ensures that all files that Git considers to be text will have
normalized (LF) line endings in the repository. When core.eol is set to
native (which is the default), Git will convert the line endings of
normalized files in your working directory back to your platform's
native line ending.

See also https://git-scm.com/docs/gitattributes
2016-05-17 01:05:05 +02:00
..
2015-07-14 23:33:53 -05:00
2015-07-14 23:33:53 -05:00
2015-09-04 02:31:14 -05:00
2015-09-02 02:24:15 -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.