Skip to content
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

ValueError: embedded null character #12

Open
superanya opened this issue Aug 29, 2020 · 0 comments
Open

ValueError: embedded null character #12

superanya opened this issue Aug 29, 2020 · 0 comments

Comments

@superanya
Copy link

superanya commented Aug 29, 2020

Try to prepare files with README:

  1. Run main.py under the python-training folder
  2. In the GUI, click "Browse" next to "File with laughter audio file names"
  3. Select the file containing a series of paths to laughter training files
  4. Click "Browse" next to "File with non-laughter audio file names"
  5. Select the file containing a series of paths to non-laughter training files
  6. Click "Prepare" to generate a wekaFile.arff file within the same directory as main.py.

But I have an error:

File "C:\Users\...\Python\Python37\lib\site-packages\scipy\io\wavfile.py", line 544, in read
    fid = open(filename, 'rb')
ValueError: embedded null character.

How can I solve this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant