prof-danielc

Results 1 comments of prof-danielc

Volume can be fixed by adding the following line: ``` def vol(self, gain, type="amplitude", limiter_gain=None): self.command.append("vol") self.command.append(gain) # FIX ```