Cannot find files or folders matching: 'C:\Users\Computer Complex\AppData\Local\Temp\free-spoken-digit-dataset-master\recordings'.
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
pathToRecordingsFolder = fullfile(tempdir,'free-spoken-digit-dataset-master','recordings');
location = pathToRecordingsFolder;
Point audioDatastore to that location.
ads = audioDatastore(location);
Cannot find files or folders matching: 'C:\Users\Computer Complex\AppData\Local\Temp\free-spoken-digit-dataset-master\recordings'.
facing error while runing this code how to load fsd data or what to do
3 commentaires
Jan
le 14 Juil 2022
Correct. If there is no such data set in your personal temp folder, the code cannot run.
Please mention, what "taken from Matlab" exactly means.
Réponse acceptée
jibrahim
le 14 Juil 2022
This dataset does not ship with the product. The introduction/description of this example should have the info on where to download it from
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur AI for Signals and Images dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!