How do I load a save audio file
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I made an audio file and saved it as My speech how do retrieve that file
0 comentarios
Respuestas (1)
Star Strider
el 31 de Mzo. de 2017
[y,Fs] = audioread('My speech.wav');
I am guessing you saved it as a ‘.wav’ file. Use the correct extension to read it.
1 comentario
DOORYODHUN AHKU
el 2 de Abr. de 2021
Hi . thnak you for the answer. i did it and save on both desktop and c drive ( which one is better ) but how I dont know of to put it on worskspace?
Thank you
Dan
Ver también
Categorías
Más información sobre Simulation, Tuning, and Visualization en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!