Skip to content

Conversation

@qanastek
Copy link
Contributor

No description provided.

qanastek and others added 27 commits July 23, 2025 21:54
- Clean pavel fuction header.

- Add datasets as a dependency
@qanastek
Copy link
Contributor Author

Bug found: Do not merge

qanastek and others added 15 commits October 20, 2025 23:20
…ndering only of the step 3

- Fix center of the room position x and y axis
- Add method to change the position of the microphone after the initialization of the room object
… with anchors at the correct place.

- Fix the biggest problem of the weird convertion from Position3D to List before creating the pyroom.
- Add margin for 3D when placing mics, objects and speakers
- Add a new tutorial (N°15) to generate a lot of room and their following audio accoustics without re-computing steps 1 and 2
- Test all previous tutorials to see if we have any regression (none as been seen)
- The object is out of the room boudaries (even when hardcoded in the code somewhere before the rendering)
- Handle the case where the audio sources are far away from the microphone.
- Remove tutorial to_audio by including its content into tutorials 8 and 9
- Fix some unwanted cases for the Room class
- Add unit tests for the audio package
…p the missing required ones with predefined values in the body of the fuction. It's easier to read like this.

- Make BaseTTS extends ABC in order to be sure that it's an abstract class that cannot be instantiated.
- Create unit tests for the audio module semi-automatically using Gemini 2.5 Pro (thinking mode).
- Show the dscaper error when the transfert of the files failed
- Remove installation of scaper and dscaper from the tutorials 9, 10 and 13
@codecov
Copy link

codecov bot commented Oct 24, 2025

Codecov Report

❌ Patch coverage is 75.09815% with 444 lines in your changes missing coverage. Please review.
✅ Project coverage is 55.43%. Comparing base (3022986) to head (757058b).

Files with missing lines Patch % Lines
src/sdialog/audio/room.py 70.81% 171 Missing ⚠️
src/sdialog/audio/pipeline.py 44.23% 116 Missing ⚠️
src/sdialog/audio/dialog.py 72.46% 38 Missing ⚠️
src/sdialog/audio/voice_database.py 88.88% 34 Missing ⚠️
src/sdialog/audio/__init__.py 47.22% 19 Missing ⚠️
src/sdialog/audio/acoustics_simulator.py 78.57% 18 Missing ⚠️
src/sdialog/audio/impulse_response_database.py 78.75% 17 Missing ⚠️
src/sdialog/audio/tts_engine.py 50.00% 14 Missing ⚠️
src/sdialog/audio/dscaper_utils.py 87.50% 8 Missing ⚠️
src/sdialog/evaluation/dialog2flow/build_graph.py 0.00% 3 Missing ⚠️
... and 4 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #57      +/-   ##
==========================================
+ Coverage   46.72%   55.43%   +8.71%     
==========================================
  Files          20       34      +14     
  Lines        4152     5931    +1779     
==========================================
+ Hits         1940     3288    +1348     
- Misses       2212     2643     +431     
Files with missing lines Coverage Δ
src/sdialog/audio/jsalt.py 100.00% <100.00%> (ø)
src/sdialog/audio/turn.py 100.00% <100.00%> (ø)
src/sdialog/audio/utils.py 100.00% <100.00%> (ø)
src/sdialog/config/__init__.py 78.26% <ø> (+3.26%) ⬆️
src/sdialog/audio/processing.py 96.66% <96.66%> (ø)
...log/evaluation/dialog2flow/extract_trajectories.py 14.68% <0.00%> (ø)
src/sdialog/__init__.py 63.61% <33.33%> (-0.26%) ⬇️
src/sdialog/audio/room_generator.py 94.59% <94.59%> (ø)
src/sdialog/evaluation/dialog2flow/build_graph.py 10.54% <0.00%> (-0.07%) ⬇️
src/sdialog/audio/dscaper_utils.py 87.50% <87.50%> (ø)
... and 8 more

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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

Successfully merging this pull request may close these issues.

1 participant