casey langen
|
092b33d6d8
|
Update PortAudioOut to use the async interfaces.
|
2022-12-29 20:01:01 -08:00 |
|
casey langen
|
04fe549bf5
|
Fix synchronization issues and ensure we don't call Pa_WriteStream() if
the buffer is full, otherwise it'll block.
|
2022-12-29 17:43:29 -08:00 |
|
casey langen
|
4afc8af219
|
Add volume scaling.
|
2022-12-29 16:53:29 -08:00 |
|
casey langen
|
a7751afb57
|
Audio seems to play. Likely buggy. Also need to implement volume scaling
manually.
|
2022-12-29 15:54:48 -08:00 |
|
casey langen
|
5c8f395503
|
Add output device enumeration
|
2022-12-29 13:59:11 -08:00 |
|
casey langen
|
0a27525573
|
Added stubs for PortAudio output plugin.
|
2022-12-29 13:37:38 -08:00 |
|
casey langen
|
1dc9096d9a
|
Version bump.
|
2022-12-26 23:00:26 -08:00 |
|
casey langen
|
a4f86a541a
|
Ensure WM_CHAR characters are parsed as UTF16, then translated to UTF8.
|
2022-12-26 18:56:07 -08:00 |
|
casey langen
|
c4f3bc710b
|
Fixed a bug in accented character fuzzy lookup table generator.
|
2022-12-26 12:30:19 -08:00 |
|
casey langen
|
7ae4366e9c
|
Update submodule for recompiled taglib.
|
2022-12-26 00:54:25 -08:00 |
|
casey langen
|
f93741d70c
|
Revert "Fix encoding issues while indexing tabs."
This reverts commit 746c36cfd26867a0887734b0cba206fad2288355.
|
2022-12-26 00:35:08 -08:00 |
|
casey langen
|
ca026f4c66
|
Version bump.
|
2022-12-25 23:56:43 -08:00 |
|
casey langen
|
746c36cfd2
|
Fix encoding issues while indexing tabs.
|
2022-12-25 23:55:34 -08:00 |
|
casey langen
|
cb99a04a34
|
Always use UTF8 encoding when parsing tags via taglib
|
2022-12-25 23:27:07 -08:00 |
|
casey langen
|
9dfddfc5b9
|
Android app library updates.
|
2022-12-25 13:24:41 -08:00 |
|
casey langen
|
a702285ba9
|
Haiku bug fixes.
|
2022-12-24 19:23:54 -08:00 |
|
casey langen
|
4839b0cfbe
|
Add missing namespace.
|
2022-12-24 19:10:06 -08:00 |
|
casey langen
|
5c765a9520
|
A couple tweaks to support compiling against Haiku without changes.
|
2022-12-24 19:03:46 -08:00 |
|
casey langen
|
4128b7d6c4
|
Version hash bump.
|
2022-12-24 13:53:49 -08:00 |
|
casey langen
|
702d633cd3
|
Version hash bump for new builds.
|
2022-12-24 13:53:18 -08:00 |
|
casey langen
|
3dfa4c1675
|
Fix a couple more issues while editing playlists in browse mode.
|
2022-12-24 13:51:56 -08:00 |
|
casey langen
|
c5809bcec8
|
Apply fix discussed in https://github.com/Bill-Gray/PDCursesMod/issues/257
|
2022-12-24 13:35:32 -08:00 |
|
casey langen
|
9fe7f29138
|
CHANGELOG update.
|
2022-12-23 18:49:31 -08:00 |
|
casey langen
|
6bfeec93e6
|
Merge pull request #562 from adem4ik/ru_upd_221209
Update ru_RU.json
|
2022-12-23 18:48:33 -08:00 |
|
casey langen
|
af54d83f01
|
Fix issue where CPU was pegged waiting for input.
|
2022-12-23 16:57:29 -08:00 |
|
casey langen
|
f5692c22cf
|
Add missing include guard.
|
2022-12-23 16:37:33 -08:00 |
|
casey langen
|
18b34f9ccd
|
CHANGELOG bump
|
2022-12-23 15:05:36 -08:00 |
|
casey langen
|
41717e4401
|
Merge upstream PDCurses changes.
|
2022-12-23 14:58:59 -08:00 |
|
casey langen
|
9f489c1811
|
CHANGELOG update
|
2022-12-23 14:06:20 -08:00 |
|
casey langen
|
15cb5b57b1
|
We were missing -DNDEBUG in some Windows projects, for some build
variants.
|
2022-12-23 14:04:37 -08:00 |
|
casey langen
|
6ec6138097
|
Fix bug where track sort overlay was suppressing save playlist
functionality.
|
2022-12-23 13:01:14 -08:00 |
|
casey langen
|
612c433e54
|
Update some default hotkeys so they are more likely to work out of the
box.
|
2022-12-23 12:53:06 -08:00 |
|
casey langen
|
ebb334bace
|
Show correct hotkey value when prompting user to save a playlist.
|
2022-12-23 12:49:45 -08:00 |
|
casey langen
|
60eb5fbf3a
|
Fix null dereference bug.
|
2022-12-23 12:31:42 -08:00 |
|
casey langen
|
25a22ffc31
|
CHANGELOG update.
|
2022-12-22 23:20:34 -08:00 |
|
casey langen
|
3b66303ba8
|
Update to the latest version of the bin submodule.
|
2022-12-22 22:52:59 -08:00 |
|
casey langen
|
b87e51d51e
|
Auto-disable gme plugin if libraries are not present.
|
2022-12-22 22:09:28 -08:00 |
|
casey langen
|
55464a2634
|
Update UNIX scripts to build GME as a shared library.
|
2022-12-22 21:12:18 -08:00 |
|
casey langen
|
85ccea9826
|
Remove GME source code from repo, we'll use vendor'd binaries moving
forward.
|
2022-12-22 14:14:17 -08:00 |
|
casey langen
|
41e16a4c64
|
commit hash update
|
2022-12-22 02:46:04 -08:00 |
|
casey langen
|
1a39eecb57
|
Remove taglib-1.11 bundle, and prefer binaries on Windows.
|
2022-12-22 02:37:11 -08:00 |
|
casey langen
|
e67f09ae9e
|
Fix vendor'd taglib on macOS
|
2022-12-21 21:44:30 -08:00 |
|
casey langen
|
0ec1edb981
|
Remove taglib bundling for Unix platforms; now it's either vendored, or
distro-provided.
|
2022-12-21 21:20:43 -08:00 |
|
casey langen
|
a352ffb809
|
Use vendor'd taglib if building standalone.
|
2022-12-21 19:52:38 -08:00 |
|
casey langen
|
e691db7f47
|
Merge pull request #565 from clangen/clangen/accented-chars
Various bug fixes, including some related to accented character search
|
2022-12-21 18:58:05 -08:00 |
|
casey langen
|
2ea2ddb0ef
|
Let's use unencoded constants.
|
2022-12-21 17:37:11 -08:00 |
|
casey langen
|
0053d58a32
|
CHANGELOG bump.
|
2022-12-21 17:14:11 -08:00 |
|
casey langen
|
54952980dd
|
Ensure we're always querying file modified date from the DB as int64
(not int32) to ensure we're not indexing files that don't need to be.
|
2022-12-21 17:09:11 -08:00 |
|
casey langen
|
a1181f2f87
|
Guard against known-invalid-input to avoid exception.
|
2022-12-21 16:00:41 -08:00 |
|
casey langen
|
7be532bb72
|
Ensure we reset the browse list if there are no categories to show.
|
2022-12-21 15:48:29 -08:00 |
|