This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2006年10月11日 03:52 by murraylang, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| wave_24bit.patch | serhiy.storchaka, 2013年10月18日 07:07 | review | ||
| Messages (7) | |||
|---|---|---|---|
| msg54924 - (view) | Author: Murray Lang (murraylang) | Date: 2006年10月11日 03:52 | |
May I request that the wave library support audio formats greater than 16 bit. I am hoping to use GNU Radio (http://www.gnu.org/software/gnuradio/) Python software with HPSDR (http://hpsdr.org/) hardware, but the HPSDR audio is 24 bit. The extra dynamic range is required for weak signal work. Many audio cards are now coming on the market with 24 bit capability. |
|||
| msg54925 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2006年10月11日 12:39 | |
Logged In: YES user_id=849994 Turning into a feature request. |
|||
| msg199916 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2013年10月14日 15:59 | |
Currently 24-bit wave files are supported at least in 2.7, 3.3, and 3.4 (there are tests for this). The audioop module yet not supports 24-bit data, but this is another issue. |
|||
| msg199918 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2013年10月14日 16:04 | |
Serhiy, you're welcome to set issues to pending, but please don't forget to close them after a certain time... |
|||
| msg200184 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2013年10月18日 07:07 | |
Actually 24-bit samples are supported only on little-endian platforms (see issue19276). Here is simple patch which makes them supported on big-endian too. |
|||
| msg200185 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2013年10月18日 07:09 | |
And supporting the feature only on some platforms (without good reasons) is a bug. |
|||
| msg202502 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2013年11月09日 21:17 | |
New changeset 5fbcb4aa48fa by Serhiy Storchaka in branch '2.7': Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. http://hg.python.org/cpython/rev/5fbcb4aa48fa New changeset 79b8b7c5fe8a by Serhiy Storchaka in branch '3.3': Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. http://hg.python.org/cpython/rev/79b8b7c5fe8a New changeset 1ee45eb6aab9 by Serhiy Storchaka in branch 'default': Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. http://hg.python.org/cpython/rev/1ee45eb6aab9 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:20 | admin | set | github: 44112 |
| 2013年11月09日 21:24:14 | serhiy.storchaka | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2013年11月09日 21:17:10 | python-dev | set | nosy:
+ python-dev messages: + msg202502 |
| 2013年10月18日 07:09:21 | serhiy.storchaka | set | type: enhancement -> behavior messages: + msg200185 |
| 2013年10月18日 07:07:12 | serhiy.storchaka | set | status: pending -> open files: + wave_24bit.patch versions: + Python 2.7, Python 3.3 keywords: + patch resolution: out of date -> (no value) messages: + msg200184 stage: resolved -> patch review |
| 2013年10月14日 16:04:05 | georg.brandl | set | status: open -> pending |
| 2013年10月14日 16:04:01 | georg.brandl | set | status: pending -> open messages: + msg199918 |
| 2013年10月14日 15:59:47 | serhiy.storchaka | set | status: open -> pending messages: + msg199916 dependencies: - Add support for 24-bit samples in the audioop module resolution: out of date stage: needs patch -> resolved |
| 2013年10月14日 10:56:19 | serhiy.storchaka | set | assignee: serhiy.storchaka stage: test needed -> needs patch |
| 2013年09月05日 19:39:28 | serhiy.storchaka | set | dependencies: + Add support for 24-bit samples in the audioop module |
| 2013年09月05日 17:31:31 | serhiy.storchaka | set | versions: + Python 3.4, - Python 3.2 |
| 2013年09月05日 17:31:14 | serhiy.storchaka | set | nosy:
+ serhiy.storchaka |
| 2010年08月24日 22:14:42 | BreamoreBoy | set | versions: + Python 3.2, - Python 2.7 |
| 2009年03月30日 07:21:04 | ajaksu2 | set | priority: normal -> low stage: test needed versions: + Python 2.7 |
| 2006年10月11日 03:52:09 | murraylang | create | |