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
Play Code
thank you all.
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
B4X:
audioRec.Initialize(File.DirDocuments, "test.mp4", 44100, True, 16, True)
audioRec.Record
Play Code
B4X:
vv.Initialize("vm")
vv.LoadVideo(File.DirDocuments, "test.mp4")
vv.Play
thank you all.