Borrar filtros
Borrar filtros

how do I convert a string answer into a readable audioread

1 visualización (últimos 30 días)
C Hart
C Hart el 25 de Sept. de 2016
Comentada: C Hart el 25 de Sept. de 2016
I want to create a game where users can upload audiofiles and play them at the same volume.
To upload the audiofiles, so far I have tried:
X_1 = input('First song: ','s');
[DJ_Music{1},Fs] = audioread('X_1''.m4a');
However, this gives an error everytime I fill in the audiofile name, does anyone have tips?
It probably has something to do with the string and characters formation?

Respuesta aceptada

Walter Roberson
Walter Roberson el 25 de Sept. de 2016
X_1 = input('First song: ','s');
[DJ_Music{1},Fs] = audioread([X_1 '.m4a']);

Más respuestas (0)

Categorías

Más información sobre Install Products en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by