mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-02 09:49:36 +01:00
Initial python3 changes
Mostly just updating libraries, removing string encoding/decoding, fixing some edge cases. No new functionality was added in this commit.
This commit is contained in:
@@ -62,7 +62,7 @@ class OptimFROGInfo(StreamInfo):
|
||||
self.length = 0.0
|
||||
|
||||
def pprint(self):
|
||||
return u"OptimFROG, %.2f seconds, %d Hz" % (self.length,
|
||||
return "OptimFROG, %.2f seconds, %d Hz" % (self.length,
|
||||
self.sample_rate)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user