KillerInk / FreeDcam

FreeDcam is a CameraApp for Android >4.0(ics) wich try to enable stuff that is forgotten by the manufacturs
GNU General Public License v2.0
300 stars 44 forks source link

Select different audio sources #56

Closed droped closed 5 years ago

droped commented 6 years ago

Currently there is no way to select an audio source and so we are stuck with the default one. However, the default one is too close to my camera and whenever the camera is on, it produces a noise that is very audible in the video. This can be fixed by changing the audio source so I think the feature is useful.

LG G3 d885
Freedcam 4.1final (from github releases)
Android 7.1.2

KillerInk commented 6 years ago

the mediarecorder is very limited with its audio source input. i had it set to camcorder some time ago and it crashed on some devices, due that freedcam is now using the default wich works on all devices.

https://developer.android.com/reference/android/media/MediaRecorder.AudioSource

i have first to check if its working as expected bevor i add it

KillerInk commented 5 years ago

https://github.com/KillerInk/FreeDcam/pull/69