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

feat: Tonality ISO1996-2 C over time #210

Merged
merged 14 commits into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changelog.d/210.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
feat: Tonality ISO1996-2 C over time
1 change: 1 addition & 0 deletions doc/source/api/psychoacoustics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ Psychoacoustics
ToneToNoiseRatio
ToneToNoiseRatioForOrdersOverTime
TonalityDIN45681
TonalityISO1996_2_OverTime
TonalityAures
2 changes: 2 additions & 0 deletions src/ansys/sound/core/psychoacoustics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
from .spectral_centroid import SpectralCentroid
from .tonality_aures import TonalityAures
from .tonality_din_45681 import TonalityDIN45681
from .tonality_iso_1996_2_over_time import TonalityISO1996_2_OverTime
from .tone_to_noise_ratio import ToneToNoiseRatio
from .tone_to_noise_ratio_for_orders_over_time import ToneToNoiseRatioForOrdersOverTime

Expand All @@ -49,6 +50,7 @@
"Roughness",
"FluctuationStrength",
"TonalityDIN45681",
"TonalityISO1996_2_OverTime",
"TonalityAures",
"SpectralCentroid",
"ToneToNoiseRatioForOrdersOverTime",
Expand Down
Loading
Loading