timetable to wav file
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Mike Lynch
il 19 Feb 2021
Commentato: Star Strider
il 20 Feb 2021
I am working with my sound files as timetables, but I need to convert them back to wav format when I'm done editing/analyzing. I can't convert directly using audiowrite, so I think I need to convert my timetable first?
0 Commenti
Risposta accettata
Star Strider
il 19 Feb 2021
I never did anything similar, so this is simply the approach I’d try first.
3 Commenti
Star Strider
il 20 Feb 2021
The array created by table2array should simply be a numeric array. If it has an associated time vector with it, extract the column or columns that are not duration arrays, then save them.
If saving the timetable directly from the .wav file works, then go with it.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Data Type Conversion in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!