How to save the output file in a variable?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello, I wanted to ask about how you could save an output file that I saved in the current directory and then use it in the same program . For example, the following command extracts me a .wav file that is stored in the current directory:
system ( " sudo youtube- dl -x --audio -format wav --id https://www.youtube.com/watch?v=e4d0LOuP4Uw ');
And I want to use this .wav file later to change the sample rate and other things. How you could call or save that file ?
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Search Path finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!