Max Volume increased with setting volume_gain

This commit is contained in:
Nimesh Ghelani 2014-05-26 02:38:30 +05:30
parent b6180a89e2
commit 8b38b0fb90

View file

@ -189,7 +189,7 @@ class Track(Record):
("header_length", ("I", 0x174)),
("start_at_pos_ms", ("I", 0)),
("stop_at_pos_ms", ("I", 0)),
("volume_gain", ("I", 0)),
("volume_gain", ("I", 60)),
("filetype", ("I", 1)),
("filename", ("256s", "\x00" * 256)),
("bookmark", ("I", 0)),