-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Src format condense in tplg file #8352
Conversation
tools/topology/topology2/include/components/src_format_s32_convert_from_48k.conf
Show resolved
Hide resolved
tools/topology/topology2/include/components/src_format_s32_to_sxx_convert.conf
Show resolved
Hide resolved
32 | ||
] | ||
in_valid_bit_depth [ | ||
16 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same thing here. cannot combine the values of 16/32 for bit_depth with 16/24/32 for valid bit depth
tools/topology/topology2/include/components/src_format_sxx_to_s32_convert.conf
Show resolved
Hide resolved
c266584
to
c25623c
Compare
tools/topology/topology2/include/components/src_format_s32_convert_from_48k.conf
Show resolved
Hide resolved
c25623c
to
3b34f58
Compare
SOFCI TEST |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@singalsu @andrula-song pls review for SRC config.
@btian1 ack - we can follow up obs/ibs alignment in next PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd at least want @singalsu to ack this before merge as this seems to change the formula.
tools/topology/topology2/include/components/src_format_s32_convert_from_48k.conf
Show resolved
Hide resolved
{ | ||
out_rate [ | ||
8000 | ||
11025 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't we put this 11.025kHz to the next group?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wonder why 22050 does not have obs setting @singalsu
3b34f58
to
e4b5920
Compare
Condense src 48k to other audio format with combined array format. Signed-off-by: Baofeng Tian <[email protected]>
Condense src input audio format convert to 48k in tplg file. Signed-off-by: Baofeng Tian <[email protected]>
Condense src format from s32 to multiple audio format. Signed-off-by: Baofeng Tian <[email protected]>
Condense input format to combined array for src. Signed-off-by: Baofeng Tian <[email protected]>
Condense passthrough audio format with combined arrays. Signed-off-by: Baofeng Tian <[email protected]>
@singalsu , please review this combined SRC tplg PR. |
44100 | ||
88200 | ||
176400 | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think 22050 should also belong here because the 1 ms period does not have integer samples count. It's missing from original topology, but it looks it has been missed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed my mind, this produces same formats tables as before. Yes please use the same equation for 22050 Hz in next PR as for other 44.1 kHz family rates.
No description provided.