You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
<#89 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVZKUKJZJ6P6DHQYA7KE6VDXS2N7TANCNFSM6AAAAAA242TOCU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
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
The text was updated successfully, but these errors were encountered: