AlisterH / gwc

Gtk (formerly Gnome) Wave Cleaner
http://gwc.sourceforge.net/
Other
24 stars 7 forks source link

Issues with encoding to mp3 and ogg #3

Closed AlisterH closed 10 years ago

AlisterH commented 10 years ago
  1. Using the standard "Encode Selection As..." features produces an empty file and freezes gwc. (not a new issue).
  2. The "Simple encode selection as mp3" feature works, but encodes mono recordings as joint stereo running twice as fast. (not a new issue I guess).
  3. The file chooser dialog should probably filter to show only ogg or mp3 files.
  4. This guy's issue - I guess relates just to "Encode Selection As..." in old versions where this doesn't cause a freeze: http://sourceforge.net/p/gwc/mailman/gwc-general/thread/49D2FA75.9020408@purdue.edu/ http://sourceforge.net/p/gwc/mailman/message/32860423/
AlisterH commented 10 years ago

1, 2 and 4 fixed. As well as 3, one more issue is that the progress dialog doesn't work. Looks like there are also some warnings due to switching back to the old function, which could be cleaned up.

AlisterH commented 10 years ago

As well as 3, one more issue is that the progress dialog doesn't work.

Fixed by switching back to the "new" start_encode() function.

AlisterH commented 10 years ago

3 is fixed.