-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix initial playback fail, refactor (#10)
* Bugfix: After boot and loading the first file into the playlist, playback fails. * Bugfix: Fix issue caused by playing and sopping the same file repeatedly (it glitched and refused to play). * Refactor: new folder structure for better code maintainability. --------- Co-authored-by: Rodrigo Méndez <[email protected]>
- Loading branch information
Showing
76 changed files
with
146 additions
and
309 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,3 +21,7 @@ CMakeCache.txt | |
Makefile | ||
cmake_install.cmake | ||
player_autogen | ||
Testing | ||
CMakeCache.txt.prev | ||
.cmake | ||
|
This file contains 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
This file contains 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
linamp (1.2.0) bookworm; urgency=medium | ||
|
||
* Bugfix: After boot and loading the first file into the playlist, playback fails. | ||
* Bugfix: Fix issue caused by playing and sopping the same file repeatedly (it glitched and refused to play). | ||
* Refactor: new folder structure for better code maintainability. | ||
|
||
-- Rodrigo Méndez <[email protected]> Tue, 17 Sep 2024 21:54:00 -0600 | ||
|
||
linamp (1.1.2) bookworm; urgency=medium | ||
|
||
* Trim trailing whitespace. | ||
|
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.