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 Claudiu.Popa
Recipients Claudiu.Popa, r.david.murray, serhiy.storchaka
Date 2013-09-04.11:16:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378293391.76.0.937535634617.issue18919@psf.upfronthosting.co.za>
In-reply-to
Content
I love this idea! I was thinking while working on sunau/aifc/wave patches that we can do more than this, unify the entire audio modules,
getting rid of Aifc_write/read and Wave_write/read was in fact my first desire.
 One way that I thought about was to provide an abc and each module would implement that interface.
That way we could create new modules for audio operations for other formats as well. If this sounds like a good idea, I could try to provide a patch for this.
History
Date User Action Args
2013-09-04 11:16:31Claudiu.Popasetrecipients: + Claudiu.Popa, r.david.murray, serhiy.storchaka
2013-09-04 11:16:31Claudiu.Popasetmessageid: <1378293391.76.0.937535634617.issue18919@psf.upfronthosting.co.za>
2013-09-04 11:16:31Claudiu.Popalinkissue18919 messages
2013-09-04 11:16:31Claudiu.Popacreate