concatenate audio files in simulink
    8 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Katarina Vuckovic
      
 am 3 Apr. 2020
  
    
    
    
    
    Kommentiert: Katarina Vuckovic
      
 am 4 Apr. 2020
            How can I concatenate 2 or more audio (.wav) sounds into one?
0 Kommentare
Akzeptierte Antwort
  jibrahim
    
 am 3 Apr. 2020
        Hi Katarina,
Use two 'From Multimedia File' blocks to read the wav files. 
There are multiple ways of concatenating two signals in simulink.For example:
5 Kommentare
  Walter Roberson
      
      
 am 4 Apr. 2020
				Output end-of-file indicator
Use this check box to determine whether the output is the last video frame or audio sample in the multimedia file. When you select this check box, a Boolean output port labeled EOF appears on the block. The output from the EOF port defaults to 1 when the last video frame or audio sample is output from the block. Otherwise, the output from the EOF port defaults to 0.
Weitere Antworten (1)
  Katarina Vuckovic
      
 am 4 Apr. 2020
        1 Kommentar
  Walter Roberson
      
      
 am 4 Apr. 2020
				Yes. My explanation was for how it happened that they were playing at the same time. The cure is to ensure that you concatenate on the first dimension instead of the second.
Siehe auch
Kategorien
				Mehr zu Audio I/O and Waveform Generation finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
