mirror of
https://github.com/nims11/IPod-Shuffle-4g.git
synced 2025-12-07 16:08:00 +09:00
Max Volume increased with setting volume_gain
This commit is contained in:
parent
b6180a89e2
commit
8b38b0fb90
1 changed files with 1 additions and 1 deletions
|
|
@ -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)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue