Skip to content

Commit

Permalink
Merge branch 'bug/filter-constructor-coefficients' of https://github.…
Browse files Browse the repository at this point in the history
…com/ansys/pyansys-sound into bug/filter-constructor-coefficients
  • Loading branch information
ansaminard committed Jan 20, 2025
2 parents 6c0c365 + 6b7506d commit ab4236b
Show file tree
Hide file tree
Showing 5 changed files with 764 additions and 0 deletions.
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 @@ -18,4 +18,5 @@ Psychoacoustics
ToneToNoiseRatioForOrdersOverTime
TonalityDIN45681
TonalityISO1996_2
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 @@ -37,6 +37,7 @@
from .tonality_aures import TonalityAures
from .tonality_din_45681 import TonalityDIN45681
from .tonality_iso_1996_2 import TonalityISO1996_2
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 @@ -50,6 +51,7 @@
"Roughness",
"FluctuationStrength",
"TonalityDIN45681",
"TonalityISO1996_2_OverTime",
"TonalityAures",
"SpectralCentroid",
"ToneToNoiseRatioForOrdersOverTime",
Expand Down
Loading

0 comments on commit ab4236b

Please sign in to comment.