gitmylo / audio-webui

A webui for different audio related Neural Networks
MIT License
1.01k stars 94 forks source link

[BUG REPORT] Exception Failed to load audio: [WinError 2] The system cannot find the file specified Skipping #89

Closed TheKingGamer117 closed 1 year ago

TheKingGamer117 commented 1 year ago

Describe the bug When trying to resample and split dataset after directly copying and pasting dataset path the error: "Exception Failed to load audio: [WinError 2] The system cannot find the file specified Skipping" seems to happen and will not see any audio files with in the folder.

To Reproduce Copy and paste audio files path from windows explorer to dataset path

Expected behavior Should see the audio files and load them to be used for training

Screenshots image

gitmylo commented 1 year ago

Do you have ffmpeg installed?

TheKingGamer117 commented 1 year ago

Yes ffmpeg is installed on system and the path is set

On Sun, Jul 30, 2023, 6:54 AM Mylo @.***> wrote:

Do you have ffmpeg installed?

— Reply to this email directly, view it on GitHub https://github.com/gitmylo/audio-webui/issues/89#issuecomment-1657119730, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVZKUKL6Q2536ZUKOMWIPLTXSZDOXANCNFSM6AAAAAA242TOCU . You are receiving this because you authored the thread.Message ID: @.***>

gitmylo commented 1 year ago

it uses ffmpeg to load the audio but that message indicates that the command was not found, you could try converting the audios to wav using the ffmpeg utils' anything to wav converter

TheKingGamer117 commented 1 year ago

So I did try this before using audacity and even used 22050 Hz as a base frequency when exporting and still get the error message. So I used both wave and mp3 22050 Hz.

On Sun, Jul 30, 2023, 12:57 PM Mylo @.***> wrote:

it uses ffmpeg to load the audio but that message indicates that the command was not found, you could try converting the audios to wav using the ffmpeg utils' anything to wav converter

— Reply to this email directly, view it on GitHub https://github.com/gitmylo/audio-webui/issues/89#issuecomment-1657230966, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVZKUKJZJ6P6DHQYA7KE6VDXS2N7TANCNFSM6AAAAAA242TOCU . You are receiving this because you authored the thread.Message ID: @.***>

gitmylo commented 1 year ago

If you're still having this issue, please reopen the issue, if not. You don't have to do anything.