Show More
@@ -0,0 +1,7 b'' | |||||
|
1 | Make audio normalization optional | |||
|
2 | ================================= | |||
|
3 | ||||
|
4 | Added 'normalize' argument to `IPython.display.Audio`. This argument applies | |||
|
5 | when audio data is given as an array of samples. The default of `normalize=True` | |||
|
6 | preserves prior behavior of normalizing the audio to the maximum possible range. | |||
|
7 | Setting to `False` disables normalization. No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now