Audiowrite - Undefined function or variable

Hi, I am trying to write an audio file (.wav). Have followed the syntax in the example provided but when trying to run it, i receive an error stating "Undefined function or variable 'y'". Well , y is the target variable where I want the loaded data to be stored in.... Any ideas ?

3 comentarios

Walter Roberson
Walter Roberson el 30 de En. de 2017
Please show your code.
You need to use audioread() or equivalent to read the data. audiowrite() does not return any values.
jhon stewart
jhon stewart el 14 de Feb. de 2017
i have the same problem i'm trying to write an audio following the example "audioread('name_fil.wav',y,fs,nb)" and i receive te error "undefined function or variable 'y' " i'm tryng to record my voice to manipulate it so i use 8000 as the fs value
Walter Roberson
Walter Roberson el 14 de Feb. de 2017
audioread() only takes a file name. That syntax would be for audiowrite()

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Audio I/O and Waveform Generation en Centro de ayuda y File Exchange.

Productos

Preguntada:

el 30 de En. de 2017

Comentada:

el 14 de Feb. de 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by