Mono to Stereo conversion

后端 未结 5 1547
日久生厌
日久生厌 2021-01-02 20:25

I have the following issue here: I get a block of bytes (uint16_t*) representing audio data, and the device generating them is capturing mono sound, so obviously I have mono

5条回答
  •  孤城傲影
    2021-01-02 20:50

    Pass to both channels the same pointer? If that violates restrict rules, use memcpy()?

    Sorry, but your question is otherwise to broad. API? OS? CPUArchitectures?

提交回复
热议问题