mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 15:19:44 +02:00
14 lines
409 B
Plaintext
14 lines
409 B
Plaintext
=piped-work folder=
|
|
|
|
This folder contains scripts for exercising mod-script-pipe
|
|
|
|
To run a simple test to check communications:
|
|
python pipe_test.py
|
|
or:
|
|
python3 pipe_test.py
|
|
|
|
A much longer test that produces many image.
|
|
This script requires files from the "tests/samples/" folder and writes images
|
|
to "/tests/results/" folder, both of which are in the root of the source tree.
|
|
python docimages_all.py
|