mkogg.py: don't require explicit methods for conversion via wav.
authorW. Trevor King <wking@tremily.us>
Thu, 12 Jul 2012 03:40:44 +0000 (23:40 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 12 Jul 2012 03:40:44 +0000 (23:40 -0400)
commitf4fae39702b053bb5db1ae1a8fb7ae9a259df554
tree2d6625790ea3db0265b83349b3b8da3759349bfb
parent8a9a66302f0c2705d8d42f2a8a60d46e37042ea1
mkogg.py: don't require explicit methods for conversion via wav.

Only require explit conversion methords for * -> wav and wav -> *.
With this and metadata getters/setters, conversion will work fine, and
we the number of methods will scale better with an increasing number
of file types.

You should still write a direct conversion method if you can avoid the
wav intermediate.
posts/mkogg/mkogg.py