We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c9848 commit 888b8f9Copy full SHA for 888b8f9
pygamer/audioio-phasebug.py
@@ -4991,6 +4991,14 @@
4991
### This prints 4930
4992
print("rawdata length", len(rawdata))
4993
4994
+bizarre_workaround = False
4995
+if bizarre_workaround:
4996
+ rawdata.append(0)
4997
4998
4999
+
5000
+print("rawdata adjusted length", len(rawdata))
5001
5002
### Change this to True and everything is ok - very odd!
5003
overwrite_values = False
5004
0 commit comments