mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
audioconvert: add format conversion benchmark
This commit is contained in:
parent
6f586602af
commit
dd66469570
2 changed files with 145 additions and 0 deletions
|
|
@ -238,6 +238,9 @@ static void test_s24_32_f32(void)
|
|||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
|
||||
find_conv_info(0, 0, 0);
|
||||
|
||||
test_f32_u8();
|
||||
test_u8_f32();
|
||||
test_f32_s16();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue