]> git.seodisparate.com - MeterForPulseAudio/log
MeterForPulseAudio
6 years agoCompile ADP as part of MeterForPulseAudio 1.8
Stephen Seo [Mon, 20 Aug 2018 06:31:33 +0000 (15:31 +0900)]
Compile ADP as part of MeterForPulseAudio

6 years agoFix querying sinks/sources 1.7
Stephen Seo [Wed, 20 Jun 2018 10:51:10 +0000 (19:51 +0900)]
Fix querying sinks/sources

Previous implementation did not halt the program if querying failed.

6 years agoImprove querying sinks/sources 1.6
Stephen Seo [Wed, 20 Jun 2018 10:45:12 +0000 (19:45 +0900)]
Improve querying sinks/sources

Minor fixes to remove most compiler warnings.
Now version 1.6

6 years agoAdd markings, max inverted after threshold reached 1.5
Stephen Seo [Wed, 20 Jun 2018 03:24:44 +0000 (12:24 +0900)]
Add markings, max inverted after threshold reached

Also some cleanup, and bumped to version 1.5.

6 years agoFix bug involving channels of sink/source 1.4
Stephen Seo [Tue, 19 Jun 2018 07:12:31 +0000 (16:12 +0900)]
Fix bug involving channels of sink/source

Previously, sink/source data was improperly handled (number of channels
was not updated based on the number of channels that the sink/source
had).

6 years agoAdd feature list available sinks/sources 1.3
Stephen Seo [Tue, 19 Jun 2018 05:13:01 +0000 (14:13 +0900)]
Add feature list available sinks/sources

6 years agoImprove error output getting sink/source info 1.2
Stephen Seo [Tue, 19 Jun 2018 04:24:31 +0000 (13:24 +0900)]
Improve error output getting sink/source info

6 years agoFixes to error outputs 1.1
Stephen Seo [Tue, 19 Jun 2018 04:20:07 +0000 (13:20 +0900)]
Fixes to error outputs

6 years agoVersion 1.0 release 1.0
Stephen Seo [Mon, 18 Jun 2018 11:35:42 +0000 (20:35 +0900)]
Version 1.0 release

Minor fix in Meter.cpp.

6 years agoAdd option parsing, minor fixes
Stephen Seo [Mon, 18 Jun 2018 11:25:38 +0000 (20:25 +0900)]
Add option parsing, minor fixes

Update submodule AnotherDangParser

6 years agoWorking Meter that connects to default sink
Stephen Seo [Mon, 18 Jun 2018 06:47:28 +0000 (15:47 +0900)]
Working Meter that connects to default sink

6 years agoFixes using pulseaudio API
Stephen Seo [Sun, 17 Jun 2018 03:13:09 +0000 (12:13 +0900)]
Fixes using pulseaudio API

Possibly remove Mutex since non-threaded PA mainloop is used.

6 years agoAdd pulseaudio api usage (untested)
Stephen Seo [Sat, 16 Jun 2018 13:13:20 +0000 (22:13 +0900)]
Add pulseaudio api usage (untested)

6 years agoAdd SFML as a dependency
Stephen Seo [Sat, 16 Jun 2018 10:55:08 +0000 (19:55 +0900)]
Add SFML as a dependency

6 years agoInit commit with skeleton project
Stephen Seo [Sat, 16 Jun 2018 10:40:10 +0000 (19:40 +0900)]
Init commit with skeleton project