dsp.AudioPlayer : output audio buffer clear
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am using dsp.AudioPlayer( ) for real-time playing audio files.
The problem is that very short noise is generated at the beginning of the play. I think this is caused by garbage data that remains in the audio buffer at the last play.
When running my code after executing 'clear all', short noise is not generated. How can I clear real-time output buffers used in dsp.AudioPlayer( )?
My matlab version is 2013b.
0 Kommentare
Antworten (0)
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!