Skip to content

Commit

Permalink
updated docstrings for write_wav
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Oct 4, 2016
1 parent 2445bb2 commit 5ccfafe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion librosa/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ def write_wav(path, y, sr, norm=False):
sampling rate of `y`
norm : boolean [scalar]
enable amplitude normalization
enable amplitude normalization.
For floating point `y`, scale the data to the range [-1, +1].
Examples
--------
Expand Down

0 comments on commit 5ccfafe

Please sign in to comment.