Skip to content

A question on input preset #982

Answered by philburk
gavv asked this question in Q&A
Aug 17, 2020 · 6 comments · 2 replies
Discussion options

You must be logged in to vote

As an experiment, I converted this Issue to the new GitHub Discussions feature. Let me know how that works for you.

On my device Generic works well, but my concern is portability.

Generic (0x01) is the default InputPreset for the Java AudioRecord. So it should work pretty well on all devices.
It may have higher gain than the VoiceRecognition preset because Generic may have Automatic Gain Control.
It may also have higher latency.

Does Generic guarantees that FAST path is employed?

It was will not guarantee FAST path. But it is allowed. You may not get a FAST path if you have sample rate conversion, for example.
I was able to get LowLatency when using the InputPreset=Generic. This worke…

Replies: 6 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@nguyenquynh201
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@gavv
Comment options

Answer selected by philburk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #982 on December 09, 2020 18:48.