Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pre-opened test file needs to be opened in binary mode. | R. David Murray | 2009-05-07 | 1 | -1/+1 |
| | |||||
* | Issue5955: aifc's close method did not close the file it wrapped, | R. David Murray | 2009-05-07 | 1 | -0/+15 |
| | | | | now it does. This also means getfp method now returns the real fp. | ||||
* | make sure to close file | Benjamin Peterson | 2009-04-30 | 1 | -1/+1 |
| | |||||
* | More aifc tests. | R. David Murray | 2009-04-29 | 1 | -7/+53 |
| | |||||
* | Now that we've got a test_aifc, add a few tests. | R. David Murray | 2009-04-29 | 1 | -0/+30 |
| | |||||
* | Fix issue 2245. aifc now skips any chunk type it doesn't actually | R. David Murray | 2009-04-29 | 1 | -0/+24 |
process instead of throwing errors for anything not in an explicit skip list. This is per this spec: http://www.cnpbagwell.com/aiff-c.txt. Spec reference and test sound file provided by Santiago Peresón, fix based on patch by Hiroaki Kawai. |