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.

Author drj
Recipients drj, gpolo
Date 2009-02-13.10:45:51
SpamBayes Score 1.265804e-08
Marked as misclassified No
Message-id <2046F7A3-C346-490C-B3C7-48A566EBEF94@pobox.com>
In-reply-to <1234429211.16.0.456760009707.issue5202@psf.upfronthosting.co.za>
Content
On 12 Feb 2009, at 09:00, David Jones wrote:

>
> David Jones <drj@pobox.com> added the comment:
>
> The following program does a very basic do-i-get-back-what-i-wrote  
> test.
> sunau can't cope; I am investigating.

I see.  sunau uses mu-law compression by default which makes it non- 
invertable.  How stupid.  Inserting:

         w.setcomptype('NONE', 'Pointless Argument')

just after setframerate fixes the tests so that all 3 modules pass.

Of course, this is still only the most very basic test that one might  
want to do.  And it doesn't cover the case mentioned in this bug  
report anyway.

(drat, just found this, should've sent it yesterday)
History
Date User Action Args
2009-02-13 10:45:53drjsetrecipients: + drj, gpolo
2009-02-13 10:45:52drjlinkissue5202 messages
2009-02-13 10:45:51drjcreate