[issue41353] Indicate supported sound header formats

2020-07-20 Thread Joannah Nanjekye


Change by Joannah Nanjekye :


--
keywords: +patch
pull_requests: +20719
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/21575

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41353] Indicate supported sound header formats

2020-07-20 Thread Joannah Nanjekye


New submission from Joannah Nanjekye :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41353] Indicate supported sound header formats

2020-07-20 Thread Joannah Nanjekye


Change by Joannah Nanjekye :


--
assignee:  -> docs@python
components: +Documentation
nosy: +docs@python
type:  -> enhancement

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com