0

How to set average bitrate in audio Bitrate-based mode? In Window media encoder SDK, it tell that I must specify average bitrate. Is it using the same audience.SetAudioConfig(0, 2, 44100, 192000, 16); to set the bitrate as CBR?

skaffman
  • 398,947
  • 96
  • 818
  • 769
Prince OfThief
  • 6,323
  • 14
  • 40
  • 53

1 Answers1

0

I just know that Bitrate-based VBR, encoder must start(encoder.Start();) twice. Now, I can record the sound.

Prince OfThief
  • 6,323
  • 14
  • 40
  • 53