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

Feature/audio #367

Open
wants to merge 230 commits into
base: main
Choose a base branch
from
Open

Feature/audio #367

wants to merge 230 commits into from

Conversation

florianSasz
Copy link

This pull request contains an audio engine for CosmoScout.
With this it is possible to play audio files inside CosmoScout, either as ambient sound or spatialized sources in space, with different options to define the properties of a source.

@coveralls
Copy link

coveralls commented Dec 8, 2023

Pull Request Test Coverage Report for Build 7143781195

  • 0 of 1679 (0.0%) changed or added relevant lines in 32 files are covered.
  • 6 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.1%) to 1.055%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/cs-audio/internal/BufferManager.hpp 0 1 0.0%
src/cs-audio/processingSteps/ProcessingStep.hpp 0 1 0.0%
src/cs-audio/processingSteps/SpatializationUtils.hpp 0 1 0.0%
src/cs-audio/logger.cpp 0 3 0.0%
src/cosmoscout/Application.cpp 0 4 0.0%
src/cs-audio/internal/AlErrorHandling.cpp 0 4 0.0%
src/cs-audio/internal/Listener.cpp 0 19 0.0%
src/cs-audio/internal/SettingsMixer.cpp 0 19 0.0%
src/cs-core/Settings.cpp 0 20 0.0%
src/cs-audio/internal/SourceSettings.cpp 0 30 0.0%
Files with Coverage Reduction New Missed Lines %
src/cosmoscout/Application.cpp 1 1.46%
src/cs-utils/Signal.hpp 1 87.5%
src/cs-utils/Property.hpp 4 0.0%
Totals Coverage Status
Change from base Build 7098889301: -0.1%
Covered Lines: 193
Relevant Lines: 18289

💛 - Coveralls

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.

None yet

3 participants