Skip to content

It can't record sound properly when the number of input channels is different from the number of output channels #55

@sadmb

Description

@sadmb

It doesn't record sound properly when you use ofxSoundRecorderObject with the settings like below.

settings.numInputChannels =  2;
settings.numOutputChannels = 4;

...

input.connectTo(recorder).connectTo(mixer).connectTo(output);
recorder.startRecording(ofToDataPath("test.wav", true), true);

The number of channels of the recorder forced to change to 4 and its sound goes noisy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions