Skip to content
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

Question about C program source code #61

Open
bk1412 opened this issue Mar 22, 2023 · 1 comment
Open

Question about C program source code #61

bk1412 opened this issue Mar 22, 2023 · 1 comment

Comments

@bk1412
Copy link

bk1412 commented Mar 22, 2023

When I used the loudness_zwtv function to analyze some audio, I found that its running speed was very slow. The same is true for the roughness_dw function. I learned from the comments of the loudness_zwtv function that the mosqito project seems to have the source code of the C program version. Someone can provide it What, I want to improve the speed of operation by using the C program version of the function

there is the comments

"""Calculate Zwicker-loudness for time-varying signals
Calculate the acoustic loudness according to Zwicker method for
time-varying signals.
Normatice reference:
DIN 45631/A1:2010
ISO 532-1:2017 (method 2)
The code is based on C program source code published alongside
with ISO 532-1 standard.

@mlotinga
Copy link

mlotinga commented Aug 7, 2023

The place to find software routines associated with standardised signal processing methods is https://standards.iso.org/iso/. For example, look in there for the 532 folder, and within each subfolder, a software tool (either C or Matlab depending on the corresponding part of the ISO) is provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants