-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quick Guide #22
Comments
Wav file should be MONO, 8000 Hz, 16-bit PCM. |
Yes, the .WAV file is exactly like that. But still can't get results. Can you make another file available so I can test it out? |
The problem is that scipy in the latest version removed many deprecated methods. You need to install an older version of scipy to make the program work. |
I'll push an updated version for use with newer scipy versions. |
I have same problem, similar errors. How fo you get an old scipy? |
Should be fixed in add73eb |
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 ( as said by christurnerchris in the issue #18). But still i can't convert the .wav files to LPC streams.
I got this error message in Thonny:
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\yanvp\AppData\Local\Programs\Thonny\lib\tkinter_init_.py", line 1921, in call
return self.func(*args)
File "C:\Users\yanvp\AppData\Local\Programs\Thonny\lib\tkinter_init_.py", line 839, in callit
func(*args)
File "C:\Users\yanvp\Desktop\python_wizard-master\python_wizard_gui", line 304, in repeatedly
b = Buffer.fromWave(self.filename)
File "C:\Users\yanvp\Desktop\python_wizard-master\pywizard\Buffer.py", line 31, in fromWave
d2 = sp.array(data, 'float')
File "C:\Users\yanvp\AppData\Roaming\Python\Python310\site-packages\scipy_init.py", line 152, in getattr
raise AttributeError(
AttributeError: Module 'scipy' has no attribute 'array'
This is my UI:
This is the file I want to convert:
https://drive.google.com/drive/folders/1eITYrZ8G5vy2q2sdLpcDv9ZlD8DFJGni?usp=drive_link
The text was updated successfully, but these errors were encountered: