~ubuntu-branches/ubuntu/trusty/gnomeradio/trusty

« back to all changes in this revision

Viewing changes to debian/gnomeradio.1

  • Committer: Package Import Robot
  • Author(s): POJAR GEORGE
  • Date: 2013-09-20 13:31:33 UTC
  • Revision ID: package-import@ubuntu.com-20130920133133-otwactksfjh4bwev
Tags: 1.8-2ubuntu23
* Updated debian/patches/gnomeradio-tray_menu.patch:
  - Fixed menu item not update conform new order when we use move up[down]
    swap. (LP: #1232931)
  - Fixed conditional jump or move depends on uninitialized value.
  - Added function to switch to preset in settings preset list when changed
    them from tray menu.
  - Cleaned up the files relating to the tray icon. Neither gui.c, prefs.c nor
    record.c touch the internals of trayicon.c anymore.
* Updated debian/patches/gnomeradio-preferences.patch:
  - Added option to disable audio loopback mode in Preferences settings.
  - Moved in separate GOptionGroup all command line parameters which refers to
    audio loopback mode.
* Updated debian/patches/gnomeradio-device.patch: Not need radio_mute() when
  exit or session die, already is called in radio_stop().
* Updated debian/patches/gnomeradio-station_list.patch: Fixed pointer targets
  in passing argument differ in signedness.
* Removed the content against configure and Makefile.in, since we use
  autoreconf anyways, from:
  - debian/patches/gnomeradio-gstreamer-1.0.patch.
  - debian/patches/gnomeradio-volume_button.patch.
* Updated debian/patches/gnomeradio-volume_button.patch: Removed unused
  vol_down[up].xpm icons.
* debian/gnomeradio.1: Updated man page.   

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
.B \-\-version
34
34
Output version information then quit
35
35
.TP
 
36
.B \-\-scan
 
37
Scan for available stations
 
38
.P
 
39
The following command options related to Audio Loopback mode. When 
 
40
Audio Loopback mode is available, it will automatically start an audio streaming 
 
41
between the radio device and the audio output device. Each of the following 
 
42
allows to change one of the Audio Loopback mode default configurations.
 
43
.TP
36
44
.B \-\-alsa-loopback
37
 
Enable loopback digital audio from radio device (default: enable)
38
 
.TP
39
 
.B \-\-no-alsa-loopback
40
 
Disable loopback digital audio from radio device
 
45
Enable loopback digital audio from radio device
41
46
.TP
42
47
.B -\-alsa-capture=DEVICE
43
 
Set capture device for loopback digital audio (default: auto)
 
48
Set an capture device for loopback digital audio (default: auto)
44
49
.TP
45
50
.B \-\-alsa-playback=DEVICE
46
 
Set playback device for loopback digital audio (default: default)
 
51
Set an playback device for loopback digital audio (default: default)
47
52
.TP
48
53
.B \-\-alsa-latency=TIME
49
 
Set latency for loopback digital audio in ms (default: 500)
 
54
Set a latency for loopback digital audio in ms (default: 500)
50
55
.TP
51
56
.B \-\-alsa-debug
52
57
Enable debug output for loopback digital audio
53
 
.TP
54
 
.B \-\-scan
55
 
Scan for stations
56
58
.SH AUTHOR
57
59
This manual page was written by POJAR GEORGE <geoubuntu@gmail.com>,
58
60
for the Debian system (but may be used by others).