rickpcb
Android Enthusiast
i cant tell you for 100% sure.. but go ahead and try... cant hurt. its only a config file
This is my thought:
[HIGH]global_configuration {
attached_output_devices AUDIO_DEVICE_OUT_EARPIECE|AUDIO_DEVICE_OUT_SPEAKER
default_output_device AUDIO_DEVICE_OUT_SPEAKER
attached_input_devices AUDIO_DEVICE_IN_BUILTIN_MIC|AUDIO_DEVICE_IN_COMMUNICATION
default_input_device AUDIO_DEVICE_IN_BUILTIN_MIC
}[/HIGH]
after reading this:
# audio hardware module section: contains descriptors for all audio hw modules present on the
# device. Each hw module node is named after the corresponding hw module library base name.
# for instance, "primary" corresponds to audio.primary.<device>.so.
# the "primary" module is mandatory and must include at least one output with
# AUDIO_OUTPUT_FLAG_PRIMARY flag.