atom-audio-engine 0.1.5__tar.gz → 0.1.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/PKG-INFO +1 -1
  2. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/atom_audio_engine.egg-info/PKG-INFO +1 -1
  3. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/__init__.py +6 -2
  4. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/asr/__init__.py +5 -1
  5. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/llm/__init__.py +5 -1
  6. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/pyproject.toml +1 -1
  7. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/README.md +0 -0
  8. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/atom_audio_engine.egg-info/SOURCES.txt +0 -0
  9. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/atom_audio_engine.egg-info/dependency_links.txt +0 -0
  10. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/atom_audio_engine.egg-info/requires.txt +0 -0
  11. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/atom_audio_engine.egg-info/top_level.txt +0 -0
  12. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/asr/base.py +0 -0
  13. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/asr/cartesia.py +0 -0
  14. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/asr/deepgram.py +0 -0
  15. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/core/__init__.py +0 -0
  16. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/core/config.py +0 -0
  17. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/core/pipeline.py +0 -0
  18. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/core/types.py +0 -0
  19. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/integrations/__init__.py +0 -0
  20. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/integrations/geneface.py +0 -0
  21. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/llm/base.py +0 -0
  22. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/llm/groq.py +0 -0
  23. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/pipelines/__init__.py +0 -0
  24. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/pipelines/personaplex/__init__.py +0 -0
  25. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/pipelines/personaplex/client.py +0 -0
  26. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/pipelines/personaplex/config.py +0 -0
  27. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/pipelines/personaplex/pipeline.py +0 -0
  28. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/pipelines/personaplex/types.py +0 -0
  29. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/pipelines/personaplex/utils.py +0 -0
  30. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/streaming/__init__.py +0 -0
  31. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/streaming/websocket_server.py +0 -0
  32. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/tts/__init__.py +0 -0
  33. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/tts/base.py +0 -0
  34. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/tts/cartesia.py +0 -0
  35. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/utils/__init__.py +0 -0
  36. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/audio_engine/utils/audio.py +0 -0
  37. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/setup.cfg +0 -0
  38. {atom_audio_engine-0.1.5 → atom_audio_engine-0.1.6}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: atom-audio-engine
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: A pluggable, async-first Python framework for real-time audio-to-audio conversational AI
5
5
  Author-email: ATOM Group <info@atomgroup.ng>
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: atom-audio-engine
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: A pluggable, async-first Python framework for real-time audio-to-audio conversational AI
5
5
  Author-email: ATOM Group <info@atomgroup.ng>
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ Audio Engine - Pluggable audio-to-audio conversational AI framework.
4
4
  Orchestrates ASR → LLM → TTS pipeline with real-time streaming support.
5
5
  """
6
6
 
7
- __version__ = "0.1.5"
7
+ __version__ = "0.1.6"
8
8
 
9
9
  # Core exports
10
10
  from .core.pipeline import Pipeline
@@ -33,7 +33,11 @@ except ImportError:
33
33
 
34
34
  # LLM Providers
35
35
  from .llm.base import BaseLLM
36
- from .llm.groq import GroqLLM
36
+
37
+ try:
38
+ from .llm.groq import GroqLLM
39
+ except ImportError:
40
+ pass
37
41
 
38
42
  # TTS Providers
39
43
  from .tts.base import BaseTTS
@@ -3,9 +3,13 @@
3
3
  from ..core.config import ASRConfig
4
4
 
5
5
  from .base import BaseASR
6
- from .deepgram import DeepgramASR
7
6
  from .cartesia import CartesiaASR
8
7
 
8
+ try:
9
+ from .deepgram import DeepgramASR
10
+ except ImportError:
11
+ pass
12
+
9
13
  __all__ = ["BaseASR", "DeepgramASR", "CartesiaASR", "get_asr_from_config"]
10
14
 
11
15
 
@@ -3,7 +3,11 @@
3
3
  from ..core.config import LLMConfig
4
4
 
5
5
  from .base import BaseLLM
6
- from .groq import GroqLLM
6
+
7
+ try:
8
+ from .groq import GroqLLM
9
+ except ImportError:
10
+ pass
7
11
 
8
12
  __all__ = ["BaseLLM", "GroqLLM", "get_llm_from_config"]
9
13
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "atom-audio-engine"
7
- version = "0.1.5"
7
+ version = "0.1.6"
8
8
  description = "A pluggable, async-first Python framework for real-time audio-to-audio conversational AI"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"