[New-bugs-announce] [issue41353] Indicate supported sound header formats

Joannah Nanjekye report at bugs.python.org
Mon Jul 20 21:59:17 EDT 2020


New submission from Joannah Nanjekye <nanjekyejoannah at gmail.com>:

The documentation for the sndhdr module does not have supported file formats. Something like below could help:

+------------+------------------------------------+
| Value      | Sound header format                |
+============+====================================+
| ``'aifc'`` | Compressed Audio Interchange Files |
+------------+------------------------------------+
| ``'aiff'`` | Audio Interchange Files            |
+------------+------------------------------------+
| ``'au'``   | AU Files                           |
+------------+------------------------------------+
| ``'hcom'`` | HCOM Files                         |
+------------+------------------------------------+
| ``'sndr'`` | SNDR Files                         |
+------------+------------------------------------+
| ``'sndt'`` | SNDT Files                         |
+------------+------------------------------------+
| ``'voc'``  | VOC Files                          |
+------------+------------------------------------+
| ``'wav'``  | WAV Files                          |
+------------+------------------------------------+
| ``'8svx'`` | 8SVX Files                         |
+------------+------------------------------------+
| ``'sb'``   | SB Files                           |
+------------+------------------------------------+
| ``'ub'``   | UB Files                           |
+------------+------------------------------------+
| ``'ul'``   | uLAW Audio Files                   |
+------------+------------------------------------+

----------
messages: 374047
nosy: nanjekyejoannah
priority: normal
severity: normal
status: open
title: Indicate supported sound header formats

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41353>
_______________________________________


More information about the New-bugs-announce mailing list