[PR #1164] [MERGED] dep/cubeb: Update to 70fadbf #355

Open
opened 2026-01-29 19:07:32 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/1164
Author: @ggrtk
Created: 12/7/2020
Status: Merged
Merged: 12/7/2020
Merged by: @stenzek

Base: masterHead: update-cubeb


📝 Commits (1)

  • 47bf986 dep/cubeb: Update to 70fadbf

📊 Changes

9 files changed (+1687 additions, -123 deletions)

View changed files

📝 dep/cubeb/CMakeLists.txt (+24 -1)
📝 dep/cubeb/include/cubeb/cubeb.h (+3 -1)
📝 dep/cubeb/src/cubeb.c (+12 -0)
dep/cubeb/src/cubeb_aaudio.cpp (+1488 -0)
dep/cubeb/src/cubeb_android.h (+17 -0)
📝 dep/cubeb/src/cubeb_log.h (+1 -0)
📝 dep/cubeb/src/cubeb_opensl.c (+2 -6)
📝 dep/cubeb/src/cubeb_oss.c (+118 -112)
📝 dep/cubeb/src/cubeb_wasapi.cpp (+22 -3)

📄 Description

Upstream cubeb now has a patch I submitted (https://github.com/kinetiknz/cubeb/pull/628) for fixing #1120.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/stenzek/duckstation/pull/1164 **Author:** [@ggrtk](https://github.com/ggrtk) **Created:** 12/7/2020 **Status:** ✅ Merged **Merged:** 12/7/2020 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `update-cubeb` --- ### 📝 Commits (1) - [`47bf986`](https://github.com/stenzek/duckstation/commit/47bf9862bc989607f6a28bbb8830a8808f17e7c4) dep/cubeb: Update to 70fadbf ### 📊 Changes **9 files changed** (+1687 additions, -123 deletions) <details> <summary>View changed files</summary> 📝 `dep/cubeb/CMakeLists.txt` (+24 -1) 📝 `dep/cubeb/include/cubeb/cubeb.h` (+3 -1) 📝 `dep/cubeb/src/cubeb.c` (+12 -0) ➕ `dep/cubeb/src/cubeb_aaudio.cpp` (+1488 -0) ➕ `dep/cubeb/src/cubeb_android.h` (+17 -0) 📝 `dep/cubeb/src/cubeb_log.h` (+1 -0) 📝 `dep/cubeb/src/cubeb_opensl.c` (+2 -6) 📝 `dep/cubeb/src/cubeb_oss.c` (+118 -112) 📝 `dep/cubeb/src/cubeb_wasapi.cpp` (+22 -3) </details> ### 📄 Description Upstream cubeb now has a patch I submitted (https://github.com/kinetiknz/cubeb/pull/628) for fixing #1120. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 19:07:32 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#355