Gstreamer WIP#4305
Draft
atobiszei wants to merge 3 commits into
Draft
Conversation
- Add src/mpi/: Intel MPI C API (intel_mpi.h, imp_mpi_impl.h, intel_mpi.cpp) and OVMS adapter layer (imp_audio_utils.hpp/cpp) - Add third_party/gstreamer/: Bazel BUILD for pre-installed GStreamer MSVC - windows_build.bat, windows_test.bat: add GStreamer bin dir to PATH The MPI library wraps GStreamer pipelines to provide HW-accelerated audio decode (readAudio) and encode (writeAudio) supporting WAV, MP3, FLAC, Opus, AAC and OGG. Upper layers call only through the MPI C API; GStreamer is an implementation detail hidden inside intel_mpi.cpp. On Linux the imp_audio_utils stubs return false, falling back to dr_libs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.