Show More
@@ -86,6 +86,11 b' class Audio(DisplayObject):' | |||
|
86 | 86 | Audio(b'RAW_WAV_DATA..) # From bytes |
|
87 | 87 | Audio(data=b'RAW_WAV_DATA..) |
|
88 | 88 | |
|
89 | See Also | |
|
90 | -------- | |
|
91 | ||
|
92 | See also the ``Audio`` widgets form the ``ipywidget`` package for more flexibility and options. | |
|
93 | ||
|
89 | 94 | """ |
|
90 | 95 | _read_flags = 'rb' |
|
91 | 96 |
General Comments 0
You need to be logged in to leave comments.
Login now