* morituri/program/cdparanoia.py:

Add some debug.
	* morituri/common/encode.py:
	  Add more debug.
	  Handle the case where peak is full scale, and peakdB thus 0,
	  which triggered not setting self.peak.
This commit is contained in:
Thomas Vander Stichele
2010-04-08 21:06:52 +00:00
parent 1a5a32f7d1
commit e124c79c64
3 changed files with 19 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
2010-04-08 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/program/cdparanoia.py:
Add some debug.
* morituri/common/encode.py:
Add more debug.
Handle the case where peak is full scale, and peakdB thus 0,
which triggered not setting self.peak.
2010-04-06 Thomas Vander Stichele <thomas at apestaart dot org>
patch by: Peter Oliver.