https://github.com/rizalmart/paman3
GTK+3 port of pulseaudio manager
https://github.com/rizalmart/paman3
alsa app audio gtk linux manager paman pipewire pulseaudio sound
Last synced: 29 days ago
JSON representation
GTK+3 port of pulseaudio manager
- Host: GitHub
- URL: https://github.com/rizalmart/paman3
- Owner: rizalmart
- License: gpl-2.0
- Created: 2024-05-04T13:11:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T22:24:49.000Z (about 2 years ago)
- Last Synced: 2025-03-30T22:46:58.710Z (about 1 year ago)
- Topics: alsa, app, audio, gtk, linux, manager, paman, pipewire, pulseaudio, sound
- Language: Makefile
- Homepage:
- Size: 227 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
PulseAudio Manager 3.0.0
Copyright 2004-2007 Lennart Poettering
Ported to GTK+3 by rizalmart
* [1]License
* [2]News
* [3]Overview
* [4]Current Status
* [5]Documentation
* [6]Requirements
* [7]Installation
* [8]Acknowledgements
* [9]Download
License
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
675 Mass Ave, Cambridge, MA 02139, USA.
News
Tue Oct 30 2007:
[10]Version 0.9.4 released; changes include: minor changes
Sat Aug 26 2006:
[11]Version 0.9.3 released; changes include: update for [12]PulseAudio
0.9.5
Sat Jul 8 2006:
[13]Version 0.9.2 released; changes include: update for [14]PulseAudio
0.9.2
Fri Jun 2 2006:
[15]Version 0.9.1 released; changes include: disable volume meter
buttons if [16]pavumeter is not found in $PATH; add a .desktop file;
update icons everywhere
Sat May 27 2006:
[17]Version 0.9.0 released; changes include: compatibility with
polypaudio 0.9.0
Fri Apr 21 2006:
[18]Version 0.8 released; changes include: compatibility with
polypaudio 0.8
Sun Nov 21 2004:
[19]Version 0.6 released; changes include: compatibility with
polypaudio 0.7
Thu Oct 28 2004:
[20]Version 0.5 released; changes include: compatibility with
polypaudio 0.6
Mon Sep 20 2004:
[21]Version 0.4 released; changes include: compatibility with
polypaudio 0.5; many improvements and fixes
Wed Sep 8 2004:
[22]Version 0.3 released; changes include: compatibility with
polypaudio 0.4; minor improvements and fixes
Fri Aug 27 2004:
[23]Version 0.2 released; changes include: compatibility with
polypaudio 0.3; minor fixes
Fri Aug 20 2004:
[24]Version 0.1 released
Overview
PulseAudio Manager (paman) is a simple GTK frontend for the
[25]PulseAudio sound server.
Everybody loves [26]screenshots.
Current Status
With the current version of paman you may browser most of PulseAudio's
internals. There is support for changing volume of sinks and sink
outputs. You're able to play samples from the sample cache.
Documentation
There is not much to say. Just run paman and see yourself.
Requirements
Currently, paman is tested on Linux only.
paman was developed and tested on Debian GNU/Linux "testing" from
November 2004, it should work on most other Linux distributions (and
maybe Unix versions) since it uses GNU autoconf for source code
configuration.
paman requires [27]gtkmm and glademmm installed.
Obviously paman requires an installation of [28]PulseAudio (version
0.9.5).
If you want to have the "Volume Meter" buttons working, your need to
install [29]pavumeter.
Installation
As this package is made with the GNU autotools you should run
./configure inside the distribution directory for configuring the
source tree. After that you should run make for compilation and make
install (as root) for installation of paman.
Acknowledgements
None so far.
Download
The newest release is always available from
[30]http://0pointer.de/lennart/projects/paman/
The current release is [31]0.9.4
Get paman's development sources from the [32]Subversion [33]repository
([34]viewcvs):
svn checkout svn://svn.0pointer.net/paman/trunk paman
If you want to be notified whenever I release a new version of this
software use the subscription feature of [35]Freshmeat.
__________________________________________________________________
Lennart Poettering , October 2007
$Id: README.html.in 89 2007-10-30 17:05:55Z lennart $
References
1. README#license
2. README#news
3. README#overview
4. README#status
5. README#documentation
6. README#requirements
7. README#installation
8. README#acks
9. README#download
10. http://0pointer.de/lennart/projects/paman/paman-0.9.4.tar.gz
11. http://0pointer.de/lennart/projects/paman/paman-0.9.3.tar.gz
12. http://pulseaudio.org/
13. http://0pointer.de/lennart/projects/paman/paman-0.9.2.tar.gz
14. http://pulseaudio.org/
15. http://0pointer.de/lennart/projects/paman/paman-0.9.1.tar.gz
16. http://0pointer.de/lennart/projects/pavumeter/
17. http://0pointer.de/lennart/projects/paman/paman-0.9.0.tar.gz
18. http://0pointer.de/lennart/projects/paman/paman-0.8.tar.gz
19. http://0pointer.de/lennart/projects/paman/paman-0.6.tar.gz
20. http://0pointer.de/lennart/projects/paman/paman-0.5.tar.gz
21. http://0pointer.de/lennart/projects/paman/paman-0.4.tar.gz
22. http://0pointer.de/lennart/projects/paman/paman-0.3.tar.gz
23. http://0pointer.de/lennart/projects/paman/paman-0.2.tar.gz
24. http://0pointer.de/lennart/projects/paman/paman-0.1.tar.gz
25. http://0pointer.de/lennart/projects/pulseaudio/
26. http://0pointer.de/lennart/projects/paman//screenshot.png
27. http://gtkmm.sf.net/
28. http://pulseaudio.org/
29. http://0pointer.de/lennart/projects/pavumeter/
30. http://0pointer.de/lennart/projects/paman/
31. http://0pointer.de/lennart/projects/paman/paman-0.9.4.tar.gz
32. http://subversion.tigris.org/
33. svn://svn.0pointer.net/paman
34. http://0pointer.net/cgi-bin/viewcvs.cgi/?root=paman
35. http://freshmeat.net/projects/paman/