Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
MPAI-Private
MPAI-CAE
arp
Tape Audio Restoration
Commits
74472c91
Commit
74472c91
authored
Jan 24, 2023
by
Nadir Dalla Pozza
Browse files
README update
parent
63412452
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
74472c91
...
...
@@ -31,7 +31,7 @@ pip install -r requirements.txt
## Usage
Once the libraries are installed, you should customise the configuration file
`config.yaml`
.
There are
nine
required parameters:
There are
six
required parameters:
1.
`WORKING_PATH`
that specifies the working path where all input files are stored and where all output files will be saved;
2.
`FILES_NAME`
that specifies the name of the Preservation Audio File to be considered. Use an empty string
to plot filter frequency response;
...
...
@@ -112,6 +112,16 @@ python3 tapeAudioRestoration.py
```
Useful log information will be displayed during execution, requiring occasional interaction.
To enable integration in more complex workflows, it is also possible to launch the
*Tape Audio Restoration*
with command line arguments:
```
python3 tapeAudioRestoration.py [-h] -w WORKING_PATH -f FILES_NAME -ew EQUALIZATION_W -sw SPEED_W -er EQUALIZATION_R -sr SPEED_R
```
If you use the
`-h`
flag:
```
python3 tapeAudioRestoration.py -h
```
all instructions will be displayed.
## Support
If you require additional information or have any problem, you can contact us at:
*
Nadir Dalla Pozza (nadir.dallapozza@unipd.it);
...
...
tapeAudioRestoration.py
View file @
74472c91
#!
/usr/bin/env python
#!
./venv/bin/activate
"""
MPAI CAE-ARP Tape Audio Restoration.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment