Feeds
답변 있음
Can audioPlayerRecorder system object input stereo audio?
You can try like this aPR = audioPlayerRecorder('SampleRate',fs); aPR.RecorderChannelMapping = 1:2;
Can audioPlayerRecorder system object input stereo audio?
You can try like this aPR = audioPlayerRecorder('SampleRate',fs); aPR.RecorderChannelMapping = 1:2;
거의 5년 전 | 0
