diff --git a/docs/source/whatsnew/pr/optional-audio-normalization.rst b/docs/source/whatsnew/pr/optional-audio-normalization.rst new file mode 100644 index 0000000..c4bd333 --- /dev/null +++ b/docs/source/whatsnew/pr/optional-audio-normalization.rst @@ -0,0 +1,7 @@ +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. \ No newline at end of file