Skip to content

Commit

Permalink
sm6250-common: audio: Drop 24 and 32 bit recording support
Browse files Browse the repository at this point in the history
* This unfortunately causes some applications from Meta
  to record low volume audio in calls and voice messages.

Change-Id: I7e9ea6faa2ddbb5cf5f44bbf5060b41edd7bf1e9
  • Loading branch information
basamaryan authored and christop23 committed Aug 14, 2024
1 parent 866ba6b commit d261589
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions audio/audio_io_policy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -86,22 +86,10 @@ outputs {
inputs {
record_16bit {
formats AUDIO_FORMAT_PCM_16_BIT
sampling_rates 8000|16000|32000|44100|48000|88200|96000|176400|192000
sampling_rates 48000|96000
bit_width 16
app_type 69938
}
record_24bit {
formats AUDIO_FORMAT_PCM_24_BIT_PACKED|AUDIO_FORMAT_PCM_24_BIT
sampling_rates 44100|48000|88200|96000|176400|192000
bit_width 24
app_type 69948
}
record_32bit {
formats AUDIO_FORMAT_PCM_32_BIT|AUDIO_FORMAT_PCM_FLOAT
sampling_rates 44100|48000|88200|96000|176400|192000
bit_width 32
app_type 69949
}
record_compress_16 {
flags AUDIO_INPUT_FLAG_COMPRESS
formats AUDIO_FORMAT_PCM_16_BIT
Expand Down

0 comments on commit d261589

Please sign in to comment.