python_wizard
python_wizard copied to clipboard
Command line LPC analysis tool to generate bitstreams for the Texas Instruments TMS5220 chip
Exception in Tkinter callback Traceback (most recent call last): File "C:\Users\asrock\AppData\Local\Programs\Python\Python39\lib\tkinter\__init__.py", line 1892, in __call__ return self.func(*args) File "C:\Users\asrock\AppData\Local\Programs\Python\Python39\lib\tkinter\__init__.py", line 814, in callit func(*args) File "C:\Software\python_wizard\python_wizard_gui", line 300, in _repeatedly...
Got python_wizard_gui.py to run in pyroid3 on Android I don't know how to put the -f arduino on the end but it has defaulted to Arduino anyway!
When i try to run i get this error; NameError: name 'CodingTable' is not defined or longer version. (work) C:\dev\python_wizard>python python_wizard -f arduino a.wav C:\dev\python_wizard\pywizard\Reflector.py:53: RuntimeWarning: invalid value encountered in...
analyzing sounds from some old TMS5220 from the Talkie library shows lots of repeats. I like them because my instruments use them a looping point. I noticed that the repeat...
I was converting my own numbers from 0 to 9. I know they already exist it was just a test. All converted but the number nine. I will try to...
I thought I had raised this as an issue, but it seems to have disappeared. `python3 /home/stephena/python_wizard/python_wizard -S -T tms5220 -f arduino you.wav2 > wavelpc.h` This is the original code...
I was able to use this program to convert a few audio files to LPC data, and I noticed the README.md mentions a playback feature was added, but I can't...
Hi, can you make a quick guide on how to execute this files for noobs? Edit: I downloaded thonny python and added the scipy package, then runned the file python_wizard_gui...
The python program wont work with new versions of SCIPY and Python. you need the old versions - I got it to work using python 3.7.6 and SCIPY 1.2.2 (both...