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 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 28 de Mzo. de 2016
How old is your MATLAB? wavewrite has not been available for a number of years.
Respuestas (1)
Jason Nicholson
el 27 de Mzo. de 2016
How did you write the file to an audio file? Did you use audiowrite?
Example:
audiowrite('myAudioFile.wav',myAudio,48000)
Ver también
Categorías
Más información sobre Time-Frequency Analysis 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!