Hi Guys,
I have a little question. I making sound record application. but the sound is too low when I play it. Can you help with this.
Record Code
audioRec.Initialize(File.DirDocuments, "test.mp4", 44100, True, 16, True)
audioRec.Record
Play Code
vv.Initialize("vm")...