google-code-export / openeve

Automatically exported from code.google.com/p/openeve
0 stars 1 forks source link

Sound is very low in recorded videos #58

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Record a video on high quality
2. Playback Video
3. Sound is very low

What is the expected output? What do you see instead?
Sound should be normal in video

What version of the product are you using?
GB_110430

On what operating system?

Do you have logcat or dmesg ?
 (adb shell logcat > logcat.txt ^C, adb shell dmesg > dmesg.txt)

What version of the *Official LG* Firmware were before using Custom
firmware ?
(V20G, V20D, V15x, V16x etc. )

V20G
Please provide any additional information below.

Original issue reported on code.google.com by iareh...@gmail.com on 2 May 2011 at 9:49

GoogleCodeExporter commented 9 years ago
May be same as Issue # 52

Original comment by iareh...@gmail.com on 2 May 2011 at 9:51

GoogleCodeExporter commented 9 years ago
this issue is still un-attended :(

Original comment by iareh...@gmail.com on 7 May 2011 at 10:36

GoogleCodeExporter commented 9 years ago
anyway sound recording is working. so it is not important.

Original comment by wkp...@gmail.com on 7 May 2011 at 10:43

GoogleCodeExporter commented 9 years ago
@wkpark... it is an important issue. It may be related to low mic sound in 
voice chat. During a voice chat in nimbuzz, I have to hold my phone as 
microphone keeping phone mic near mouth so that other can hear me....

Original comment by iareh...@gmail.com on 7 May 2011 at 10:48

GoogleCodeExporter commented 9 years ago
why don't you attach your logcat/dmesg ?

this issue is almost nothing for me without logcat or dmesg.

Original comment by wkp...@gmail.com on 7 May 2011 at 10:51

GoogleCodeExporter commented 9 years ago
Here is logcat

Original comment by iareh...@gmail.com on 7 May 2011 at 11:13

Attachments:

GoogleCodeExporter commented 9 years ago
@wkp... Any progress in this issue??? This is the only remaining issue i am 
waiting to resolve........

Original comment by iareh...@gmail.com on 31 May 2011 at 11:40

GoogleCodeExporter commented 9 years ago
Is'nt this issue important to get attention of wkpark? Waiting for a long time 
for this issue to be resolved :(

Original comment by iareh...@gmail.com on 7 Sep 2011 at 8:17

GoogleCodeExporter commented 9 years ago
OpenEtna have same issue and it means that it is not easy to fix this bug.

http://code.google.com/p/openetna/issues/detail?id=460

Original comment by wkp...@gmail.com on 7 Sep 2011 at 8:22

GoogleCodeExporter commented 9 years ago
oops! this issue is older then that :(

Original comment by wkp...@gmail.com on 7 Sep 2011 at 8:24

GoogleCodeExporter commented 9 years ago
In official froyo... Sound is very loud and clear in videos. Can we get help 
from that?

Original comment by iareh...@gmail.com on 7 Sep 2011 at 8:46

GoogleCodeExporter commented 9 years ago
Ok. I see. the official firmware use "VOICE_RECORDER" device but GB use 
"SPEAKER" device as input device, strange.

so I just add the missing device "VOICE_RECORDER" in to the "libaudio.so" src 
with volume control and
set the right device as "VOICE_RECORDER".

now it works fine for me.

Original comment by wkp...@gmail.com on 7 Sep 2011 at 10:36

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks wkp for showing you concern. Tried attatched libaudio.so but sound is 
still low. I used following commands.
adb shell
su
mount -o remount rw /system
cp /sdcard/libaudio.so /system/lib

plz guide

Original comment by iareh...@gmail.com on 7 Sep 2011 at 11:40

GoogleCodeExporter commented 9 years ago
you have to restart your phone or adb shell killall mediaserver.

Original comment by wkp...@gmail.com on 7 Sep 2011 at 12:01

GoogleCodeExporter commented 9 years ago
I restarted phone after copying file. Do I need killall command?? Can you 
confirm the file is new one?? :)

Original comment by iareh...@gmail.com on 7 Sep 2011 at 12:04

GoogleCodeExporter commented 9 years ago
you cant test like as following.

- try to record sound using the "Voice Recorder". it use the same input snd 
device used by camera app.

- compare with the unmodified libaudio.so and the new one.
  (you don't have to reboot. just 1) adb remount 2) adb push libaudio.so.old /system/lib/libaudio.so 3) adb shell killall mediaserver)

Original comment by wkp...@gmail.com on 7 Sep 2011 at 12:14

GoogleCodeExporter commented 9 years ago
Both files are of exactly same size

Original comment by iareh...@gmail.com on 7 Sep 2011 at 12:28

Attachments:

GoogleCodeExporter commented 9 years ago
yes. same size but different md5sum.

Original comment by wkp...@gmail.com on 7 Sep 2011 at 12:32

GoogleCodeExporter commented 9 years ago
No improvement. Better upload new system and boot images containing all new 
changes :)

Original comment by iareh...@gmail.com on 7 Sep 2011 at 12:41

GoogleCodeExporter commented 9 years ago
I think you did not change the media volume.
you can change media volume with volume button when you are playing a sound 
file.

I have two phone, one is Official firmware and other is GB2.3.5.
so I can compare the difference, trust me~

Original comment by wkp...@gmail.com on 7 Sep 2011 at 12:54

GoogleCodeExporter commented 9 years ago
I fully trust you. I have repeated procedure 5 times but results are same. May 
be i am doing something wrong. To me, it is enough to know that bug is resolved 
:)

Original comment by iareh...@gmail.com on 7 Sep 2011 at 1:26

GoogleCodeExporter commented 9 years ago
Also media volume is full. I did it already

Original comment by iareh...@gmail.com on 7 Sep 2011 at 1:27

GoogleCodeExporter commented 9 years ago
wow ... it seems this project is back to life ... thaaaaaaanx wpark :)

Original comment by Husam...@gmail.com on 7 Sep 2011 at 4:58

GoogleCodeExporter commented 9 years ago
hi husam... is new libaudio.so working fine for you??

Original comment by iareh...@gmail.com on 7 Sep 2011 at 5:07

GoogleCodeExporter commented 9 years ago
I have found that sound is a bit louder using new libaudio.so but it is still 
quite low as compared to official froyo. Is there a parameter to adjust mic 
volume? attaching both files recorded using old and new libaudio

Original comment by iareh...@gmail.com on 8 Sep 2011 at 12:33

Attachments:

GoogleCodeExporter commented 9 years ago
I did not mention about how much louder then old. yes. a little bit. somewhat 
smaller then expected.

the quality of sound produced by the Voice Recorder (or Camera app) is lower 
then expected.
so i think it is not a big problem now :)

I don't know how can i adjust mic volume now.
anyway I will check all other sound/fm-radio related issues with this issue.

Original comment by wkp...@gmail.com on 8 Sep 2011 at 1:19

GoogleCodeExporter commented 9 years ago
also another problem.
microphone volume is low also.
when i talk too another one i must speake louder than when i speak with another 
cellphone, i think the volume of microphone must be upper than now

Original comment by ali.fara...@gmail.com on 9 Sep 2011 at 9:56

GoogleCodeExporter commented 9 years ago
hi all , hi iareh . the file is working  , just do the following :

1-put the file libaudio.so  in the folder containing your adb program on your 
computre ( for me it is the c:\program files\android\android-sdk\tools )  
if you use android sdk program and dont find adb files in (tools ) folder then 
u have to download platform tools and u'll find adb files in it. 
if you use another adb program just put the libaudio.so file in the same folder
2-connect  the phone to the pc in debug mode
3- use this order to put the system folder in writable mode
adb shell mount -o remount rw /system

4- use this order to copy the new file from the pc to your phone :
 adb push libaudio.so /system/lib

5- reboot your phone .. 
 i did it and it improved the sound volume very much for both voice recorder and camera.
thank you wkp

Original comment by elfe...@gmail.com on 13 Sep 2011 at 5:38

GoogleCodeExporter commented 9 years ago
Issue 185 has been merged into this issue.

Original comment by wkp...@gmail.com on 13 Oct 2011 at 8:31