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
771fbd3e
Commit
771fbd3e
authored
Jan 20, 2023
by
Nadir Dalla Pozza
Browse files
Update
parent
658df12c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tapeAudioRestoration.py
View file @
771fbd3e
...
@@ -105,12 +105,6 @@ def get_arguments() -> tuple[str, str, str, float, str, float]:
...
@@ -105,12 +105,6 @@ def get_arguments() -> tuple[str, str, str, float, str, float]:
help
=
"Specify the speed used when the tape was read"
,
help
=
"Specify the speed used when the tape was read"
,
required
=
True
required
=
True
)
)
parser
.
add_argument
(
"-p"
,
"--plot-figures"
,
help
=
"Specify if filter figures should be plotted [true, false]."
,
required
=
True
)
args
=
parser
.
parse_args
()
args
=
parser
.
parse_args
()
working_path
=
args
.
working_path
working_path
=
args
.
working_path
files_name
=
args
.
files_name
files_name
=
args
.
files_name
...
...
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