invalid soundfiles(.wav) #510
Replies: 4 comments 4 replies
-
I'm no professional when it comes to doing this, but I had to run almost all of the commands at least twice before I got up and running. There's a command listed If you have already tried this after installing pysound/pytorch, etc, please ignore, but I hope it helps. Please keep us updated |
Beta Was this translation helpful? Give feedback.
-
Dear Voicepaw Team,
I hope this email finds you well. I wanted to update you on the progress of my issue with the related packages and ChatGPT 3.5 turbo. Unfortunately, despite my efforts to reinstall the packages and seek consultation, the problem persists.
Due to some personal errands this week, I won't be able to devote more time to this until later on. However, I plan to try again with GPT 4 to see if it yields any better results. In my previous attempts, I discovered that some issues were caused by architecture incompatibility, such as the incorrect naming of a critical Unix exec file. This led to a FileNotFoundException and some dependency errors.
Moving forward, I will explore different package portfolios and work towards creating a new requirements.txt file that is more compatible with Mac users.
Thank you for your assistance thus far, and I appreciate your patience as I continue to troubleshoot this issue.
Best regards, Fred
…------- Original Message -------
On Sunday, April 30th, 2023 at 7:28 PM, ADR3-N ***@***.***> wrote:
I'm no professional when it comes to doing this, but I had to run almost all of the commands at least twice before I got up and running.
There's a command listed
svc pre-resample
If you have already tried this after installing pysound/pytorch, etc, please ignore, but I hope it helps. Please keep us updated
—
Reply to this email directly, [view it on GitHub](#510 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ATTHBMWNYGM2NFFLINNC3NLXDZEG7ANCNFSM6AAAAAAXQAONAY).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hey @deerestFarther, I actually ran into this issue today myself due using my conda env for other stuff. Going off of the error from the first post ("Invalid file: preprocess_resample.py:67 PosixPath..."), it looks to me to be an error spit out by soundfile - a package which seems to get frequently borked on installs for me. Can you try making a fresh conda env install and uninstalling soundfile and reinstalling it from pip?
Also, using a conda env setup only for this will help with debugging as versioning conflicts between common libraries will cause headaches. Note that at least for me (on windows), completely uninstalling it and reinstalling it was necessary. |
Beta Was this translation helpful? Give feedback.
-
@deerestFarther I'm running into the same issue currently. Did you ever manage to resolve this? |
Beta Was this translation helpful? Give feedback.
-
WARNING [13:52:19] Failed to load dataset_raw/huer_01/vocals/4_000dKydolx07mcAYvv3i01040200k7DU0k010_(Vocals)2.wav due to Invalid file: preprocess_resample.py:67
PosixPath('dataset_raw/huer_01/vocals/4_000dKydolx07mcAYvv3i01040200k7DU0k010(Vocals)_2.wav')
System architecture: I'm trying out this repo on an arm64 M1 Max chip.( I reckoned that SoC may result in better performance, who knows?)
Problem description: At first I was on my way to the training process, then some tersor-outofboundaries exceptions popped up, I debugged it and found out it was because that I was using readaudio to read audio files instead of PySoundFile. So with some efforts, I reinstalled PySoundFile, and then the warning from above happened.(QAQ)
Efforts in Vein: I've tried renaming those wav files and made sure that they can be open by my system, but still not helpful. There must be something I'm missing, what am I supposed to do next?
Beta Was this translation helpful? Give feedback.
All reactions