Skip to content

Commit

Permalink
Added online doc for normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
iluvcapra committed Jan 26, 2024
1 parent cd09c0f commit 1d09adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mw/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mw is an audio sample editor for the terminal.
"""

__version__ = "0.4.0"
__version__ = "0.4.1"

from . import stack
from . import app
1 change: 1 addition & 0 deletions mw/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ def loop(self, app:'mw.app.App', count = "2"):
app.display.print_head(app.stack)

def normalize(self, app:'mw.app.App', level = "0.0"):
"Normalize sound to [level] dB"
if app.stack.top:
assert self._effective_in is not None
assert self._effective_out is not None
Expand Down

0 comments on commit 1d09adc

Please sign in to comment.