[PR #283] [MERGED] add SDL backend based on sdl2 crate #859

Closed
opened 2026-02-27 20:00:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/librespot-org/librespot/pull/283
Author: @matikij
Created: 12/28/2018
Status: Merged
Merged: 4/12/2019
Merged by: @sashahilton00

Base: masterHead: sdl-backend


📝 Commits (2)

  • 52c5b18 add SDL backend based on sdl2 crate
  • 18a6746 Remove unnecessary comments, fix typo

📊 Changes

6 files changed (+113 additions, -0 deletions)

View changed files

📝 Cargo.lock (+45 -0)
📝 Cargo.toml (+1 -0)
📝 playback/Cargo.toml (+2 -0)
📝 playback/src/audio_backend/mod.rs (+6 -0)
playback/src/audio_backend/sdl.rs (+56 -0)
📝 playback/src/lib.rs (+3 -0)

📄 Description

This PR adds a sdl backend


🔄 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/librespot-org/librespot/pull/283 **Author:** [@matikij](https://github.com/matikij) **Created:** 12/28/2018 **Status:** ✅ Merged **Merged:** 4/12/2019 **Merged by:** [@sashahilton00](https://github.com/sashahilton00) **Base:** `master` ← **Head:** `sdl-backend` --- ### 📝 Commits (2) - [`52c5b18`](https://github.com/librespot-org/librespot/commit/52c5b18825130f94b2accd22aa78caf6a0979a89) add SDL backend based on sdl2 crate - [`18a6746`](https://github.com/librespot-org/librespot/commit/18a6746ac05c0079c97ad96f49facf6feb5a3c82) Remove unnecessary comments, fix typo ### 📊 Changes **6 files changed** (+113 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+45 -0) 📝 `Cargo.toml` (+1 -0) 📝 `playback/Cargo.toml` (+2 -0) 📝 `playback/src/audio_backend/mod.rs` (+6 -0) ➕ `playback/src/audio_backend/sdl.rs` (+56 -0) 📝 `playback/src/lib.rs` (+3 -0) </details> ### 📄 Description This PR adds a sdl backend --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:00:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librespot#859
No description provided.