Commit Graph

86 Commits

Author SHA1 Message Date
bnnm
79944f56c6 Fix CLI wildcards conflicting with paths 2020-07-31 00:02:45 +02:00
bnnm
a63dccc72e Fix CLI -L generating looping .wav with loop end off by +1 2020-07-29 20:55:24 +02:00
bnnm
1aba10efd4 Add CLI -o wildcards ":s" (subsong), ":n" (name), ":f" (infile)
Also validate that output filename isn't the same as input filename
2020-07-29 20:50:49 +02:00
bnnm
1814abd500 cli: add test option for backwards seeking 2020-07-29 19:42:23 +02:00
bnnm
4ec6acb4a6 Add internal simple seeking 2020-07-26 20:15:13 +02:00
bnnm
aeb866fcf7 Adjust check 2020-07-26 11:20:49 +02:00
bnnm
b6e06f1bca Use internal plugin settings in CLI 2020-07-21 19:46:55 +02:00
bnnm
9ba873d773 vrts: allow CLI flags 2020-07-21 19:19:16 +02:00
bnnm
cb38467380 Add TXTP e/L options to alter loop config, tweak priority/consistency 2020-06-21 00:33:21 +02:00
M&M
c175b7305b txtp_maker: Update get_stream_mask to work with latest vgmstream
- Use '#C' instead of '#c'
- Make it start the channel count from 1 instead of 0
2020-05-31 19:00:45 -07:00
Toad King
a533947ca3 fix CLI build with autotools 2020-05-24 10:11:12 -05:00
bnnm
6de5cc32f6 Change vgmstream123 default buffer to 1kb for Pi Zero 2020-04-04 22:28:34 +02:00
bnnm
c226ad2835 Disable FDK-AAC/QAAC default compile flag 2020-03-08 22:26:19 +01:00
bnnm
7762bce8a5 Remove libg7221_decode 2020-01-12 12:33:37 +01:00
Lukas Cone
9887406b84 CMake: Changed version.h generation dir 2020-01-11 19:14:13 +01:00
Lukas Cone
087ed737ca CMake Refactor 2020-01-11 17:34:53 +01:00
bnnm
bb08f17e3f Tweak test code 2019-12-15 23:26:42 +01:00
bnnm
edf8340110 Allow LF in commands 2019-11-23 20:57:32 +01:00
bnnm
d6f1a52b15 CRLF to LF 2019-11-23 20:53:59 +01:00
bnnm
cc4f70806f Fix CRLF<>LF for some files 2019-11-10 21:26:31 +01:00
bnnm
e06e2f2bb2 Fix uncommon handle leak when opening too many files 2019-11-03 17:55:47 +01:00
bnnm
c279e10722 Tweaks 2019-10-28 00:01:30 +01:00
bnnm
6e7977772d Tweaks 2019-10-20 23:51:06 +02:00
bnnm
8ca481e347 Add fast float math in Makefiles 2019-10-20 16:29:49 +02:00
bnnm
4a338564e6 Minor doc 2019-10-14 00:32:07 +02:00
bnnm
15aa8652c6 Tweaks 2019-10-07 00:17:12 +02:00
bnnm
e90e65ae52 Add CLI -O flag for performance testing 2019-10-05 15:02:45 +02:00
bnnm
acbc483109 Add options in foobar/winamp to allow any extension 2019-09-30 00:56:29 +02:00
bnnm
95a50a3168 Minor cleanup 2019-09-29 20:09:28 +02:00
NicknineTheEagle
67670aa110 Removed deprecated MinimalRebuild option 2019-09-08 16:28:35 +03:00
bnnm
451c0bc9ea Fix vgmstream123 2019-08-12 21:40:55 +02:00
bnnm
b3c507b3ed Cleanup and renames 2019-07-28 15:11:17 +02:00
bnnm
aa8dafed88 Update txtp_segmenter with --include filter 2019-07-07 15:25:23 +02:00
bnnm
9a0b3e9261 Add txtp_segmenter companion CLI tool 2019-04-21 01:16:10 +02:00
bnnm
29b4f33fa0 Fix TXTP fade time in CLI 2019-04-14 21:38:09 +02:00
bnnm
98fba5b2c6 Fix txtp_maker for filenames with spaces 2019-04-07 01:42:52 +02:00
bnnm
1addc23512 Improve txtp_maker -n option 2019-03-30 02:20:57 +01:00
Christopher Snowhill
d7d838ab49
Merge pull request #376 from CyberBotX/CMake
Some CMake and vgmstream123 fixes.
2019-03-24 22:21:13 -07:00
Christopher Snowhill
7b8e541d73
Update txtp_maker.py
Fix typo
2019-03-24 22:13:50 -07:00
Naram Qashat
b0cb7eb44d Fix vgmstream123 to work with getopt properly.
I found this during the initial CMake work but didn't dig into it too much until now.
2019-03-23 20:40:25 -04:00
bnnm
8739631792 Enable TXTP mixing 2019-03-24 01:21:09 +01:00
bnnm
08e1666691 Add txtp_maker -O option to rename repeated files 2019-03-23 15:51:25 +01:00
bnnm
229f98bae4 Add CLI -k (seek) config for debugging 2019-03-22 00:37:59 +01:00
Christopher Snowhill
a236069775
Merge pull request #370 from CyberBotX/CMake
Add CMake scripts
2019-03-20 22:15:34 -07:00
Naram Qashat
4b99dd6a7f Add vgmstream123 to CMake scripts (and make compile), other cleanups
For some reason vgmstream123 doesn't actually play anything for me...
2019-03-20 22:23:47 -04:00
Naram Qashat
2dda273627 Add install rules to CMake scripts 2019-03-19 22:00:48 -04:00
bnnm
151de6a39c Update mixing code 2019-03-18 00:05:44 +01:00
Naram Qashat
78748393db Add CMake scripts
Needed to change how version.h was included to let it pick up the one from CMake's build location.

NOTE: Does not build with MinGW-w64 currently, does not have a way to build the audacious or XMPlay plugins.
2019-03-17 14:36:55 -04:00
bnnm
bdd695b9f9 Minor cleanup 2019-03-11 14:49:29 +01:00
bnnm
a6e777d120 Update mixing code 2019-03-09 20:50:58 +01:00