Hello, I found this program would be great for a project I'm doing. Though I ran into a few problems and since I'm not a programmer and only have basic skills, I could not figure out the problem. The first issue was that the audio file would be downloaded from youtube, but the file went into the main folder as .m4a and I got the error as No such file or directory . To overcome this, I tried downloading the file directly and putting it into the folder as .wav . It worked as I got to the step where the audio would be split, that the "meowifying the vocals" part didn't work. I got "NameError: name 'write_to_file' is not defined" and couldn't figure out what to do.
Not sure what the error is, it could be something with google.colab, since I haven't been able to install module because 'Failed to build wheel for pandas' although i'm unusre if that module is even needed.
Would be cool if I could get it to work! Have a great day and sorry if I am being unprofessional, as I said I don't have much knowledge in this field.
Hello, I found this program would be great for a project I'm doing. Though I ran into a few problems and since I'm not a programmer and only have basic skills, I could not figure out the problem. The first issue was that the audio file would be downloaded from youtube, but the file went into the main folder as .m4a and I got the error as
No such file or directory
. To overcome this, I tried downloading the file directly and putting it into the folder as .wav . It worked as I got to the step where the audio would be split, that the "meowifying the vocals" part didn't work. I got "NameError: name 'write_to_file' is not defined" and couldn't figure out what to do. Not sure what the error is, it could be something with google.colab, since I haven't been able to install module because 'Failed to build wheel for pandas' although i'm unusre if that module is even needed.Would be cool if I could get it to work! Have a great day and sorry if I am being unprofessional, as I said I don't have much knowledge in this field.