[issue2259] Poor support other than 44.1khz, 16bit audio files?

2009-12-29 Thread Oki Mikito
Oki Mikito m...@maia.eonet.ne.jp added the comment: Hello, My apology for failing to reply ... Here's a small AIFF file (24-bit, 48000hz). Try this file to see if it can be opened using aifc. Thank you! -- Added file: http://bugs.python.org/file15695/24b48k.aif

[issue2259] Poor support other than 44.1khz, 16bit audio files?

2009-12-29 Thread Oki Mikito
Changes by Oki Mikito m...@maia.eonet.ne.jp: Removed file: http://bugs.python.org/file15695/24b48k.aif ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2259

[issue2259] Poor support other than 44.1khz, 16bit audio files?

2009-12-29 Thread Oki Mikito
Oki Mikito m...@maia.eonet.ne.jp added the comment: Hello, My apology for failing to reply ... Here's a small AIFF file (24-bit, 48000hz). Try this to see if it can be opened using aifc. Thank you! -- Added file: http://bugs.python.org/file15696/24b48k.aif

[issue2259] Poor support other than 44.1khz, 16bit audio files?

2008-03-12 Thread Oki Mikito
Oki Mikito [EMAIL PROTECTED] added the comment: Hello Kawai, I see you are attemping to kill two bugs in one stone (or ... whack!) by eliminating the _skiplist ... Beautiful :-) As we discussed in the Mixi Python thread, I was going to give those patches a set of runs, but I'm completely

[issue2259] Poor support other than 44.1khz, 16bit audio files?

2008-03-09 Thread Oki Mikito
New submission from Oki Mikito [EMAIL PROTECTED]: It appears that aifc, as well as wave, does not support audio files other than 44100 hz 16-bit format. -- f = aifc.open('Track 06') Traceback (most recent call last): File stdin, line 1, in module File /Library/Frameworks/Python.framework

[issue2245] aifc cannot handle unrecognised chunk type CHAN

2008-03-06 Thread Oki Mikito
New submission from Oki Mikito: When aifc tries to open an AIFF audio file, it collects the file's chunk information. Apparently some AIFF files contain a chunk type string CHAN, and the module just won't open the files... Here's a captured error message: import os os.getcwd