##// END OF EJS Templates
Add What's New entry.
Add What's New entry.

File last commit:

r24974:fabc24c8
r24974:fabc24c8
Show More
optional-audio-normalization.rst
6 lines | 350 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / optional-audio-normalization.rst

Make audio normalization optional

Added 'normalize' argument to IPython.display.Audio. This argument applies when audio data is given as an array of samples. The default of normalize=True preserves prior behavior of normalizing the audio to the maximum possible range. Setting to False disables normalization.