Oki Mikito 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
___
P
Changes by Oki Mikito :
Removed file: http://bugs.python.org/file15695/24b48k.aif
___
Python tracker
<http://bugs.python.org/issue2259>
___
___
Python-bugs-list mailin
Oki Mikito 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/24b48
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
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 "", line 1, in
File
&q
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:
-