Skip to content

Commit

Permalink
Helper and test classes, added to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ansaminard committed Dec 5, 2024
1 parent 30ce744 commit 532a1a2
Show file tree
Hide file tree
Showing 9 changed files with 2,152 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/api/sound_composer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Sound composer
:toctree: _autosummary

SourceSpectrum
SourceHarmonicsTwoParameters
SourceAudio
SourceControlSpectrum
SourceControlTime
Expand Down
2 changes: 2 additions & 0 deletions src/ansys/sound/core/sound_composer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
from .source_audio import SourceAudio
from .source_control_spectrum import SourceControlSpectrum
from .source_control_time import SourceControlTime
from .source_harmonics_two_parameters import SourceHarmonicsTwoParameters
from .source_spectrum import SourceSpectrum

__all__ = (
Expand All @@ -40,6 +41,7 @@
"SpectrumSynthesisMethods",
"SourceSpectrum",
"SourceControlSpectrum",
"SourceHarmonicsTwoParameters",
"SourceAudio",
"SourceControlTime",
)
Loading

0 comments on commit 532a1a2

Please sign in to comment.