오디오그래프 MediaRecorder 연결1 [Web Auio API #19] 오디오 그래프(오디오 노드) 출력 저장하기 이전 포스팅들에서 MediaRecorder 객체를 이용해서 마이크 입력을 녹음하는 방법을 살펴봤었다. MediaRecorder 객체는 AudioContext의 메서드를 이용해서 생성했던 AudioNode들과는 전혀 다르다. interface MediaRecorder : EventTarget { constructor(MediaStream stream, optional MediaRecorderOptions options = {}); readonly attribute MediaStream stream; readonly attribute DOMString mimeType; readonly attribute RecordingState state; attribute EventHandler onstart; attri.. 2021. 8. 18. 이전 1 다음