How do i mix two audio signals in GUI and Update the UI?

조회 수: 2 (최근 30일)
Rezaul Reza
Rezaul Reza 2021년 12월 30일
댓글: Cris LaPierre 2021년 12월 31일
This is how my GUI looks. What I would like to do is, mix and save the two audio together by pressing the button Mix. I have shared my app if you can please have a look. I know how to join them with audios from same directory but with the GUI i am having trouble.

답변 (1개)

Cris LaPierre
Cris LaPierre 2021년 12월 30일
편집: Cris LaPierre 2021년 12월 30일
See this post on how to mix audio signals:
The challenge here is guaranteeing that the signals are both the same length, or correctly handling them if they are not.
Save using audiowrite.
  댓글 수: 5
Rezaul Reza
Rezaul Reza 2021년 12월 31일
that's how i am adding music. But the problem is i want them to play at the same time. Currently, once the first trackj finishes then the 2nd one starts(in the merged audio file)
Cris LaPierre
Cris LaPierre 2021년 12월 31일
Yup, because that is what you have coded.
joined = [y;y2];
That code appends y2 to the bottom of y. Again, see this post on how to mix audio signals:

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by