Though the processed signal plays in spectrogram demo , it doesnt play in vlc media player or any other players!!! what do i do now???
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I am working on a project , Speech Enhancement? i have processed a speech signal using an alogrithm.Though the processed signal plays in spectrogram demo , it doesnt play in vlc media player or anyother players!!! what do i do now???
3 Commenti
Walter Roberson
il 28 Mar 2016
How old is your MATLAB? wavewrite has not been available for a number of years.
Risposte (1)
Jason Nicholson
il 27 Mar 2016
How did you write the file to an audio file? Did you use audiowrite?
Example:
audiowrite('myAudioFile.wav',myAudio,48000)
Vedere anche
Categorie
Scopri di più su Time-Frequency Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!