~audio-recorder/audio-recorder/trunk

« back to all changes in this revision

Viewing changes to README

  • Committer: Osmo Antero Maatta
  • Date: 2011-02-08 13:27:23 UTC
  • mfrom: (28.1.2 audio-recorder)
  • Revision ID: osmoma@gmail.com-20110208132723-agnxxx3j46s923gx
Preparing .deb package for this app

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
* RhytmBox audio player.
16
16
* Banshee audio player.
17
17
* Amarok and other MPRIS compatible players.
18
 
* Totem media player.
 
18
* Totem media player (not very reliable yet).
19
19
* And Skype. It can automatically record all your Skype calls without any user interaction.
20
20
 
21
21
This program supports several audio (output) formats such as OGG audio, Flac, MP3 and WAV. 
68
68
autoconf
69
69
automake -a 
70
70
 
71
 
Or as oneliner:
 
71
Or as one-liner:
72
72
aclocal && autoconf && automake -a 
73
73
 
74
74
Then configure, compile and install:
112
112
Important: The translations from the Launchpad are automatically copied/synchronized to the source code's po/ directory. 
113
113
Launchpad does this transfer once a day.
114
114
 
 
115
You should regularly download the translated .po files from Launchpad to your local copy(branch) by using this command
 
116
bzr merge
 
117
or
 
118
bzr merge --force
 
119
 
115
120
3) Add a new language code to "audio-recorder/configure.in" file, change the ALL_LINGUAS variable.
116
121
ALL_LINGUAS="de en_AU fi_FI fr hu nb_NO pt pt_BR ru"
117
122
 
224
229
The --show-window and --show-icon are self explanatory.
225
230
The --debug-signal option can help you to study the signal level from microphones and webcams.
226
231
The listing will print out several level values that can help to set the decibel (dB) value for the timer commands.
227
 
The Average RMS value is the most important.
 
232
The "Average RMS" value is the most important. The values are collected by src/listener.c. 
228
233
 
229
234
Ready-made Debian/Ubuntu packages:
230
235
**********************************
231
 
Follow this link: https://launchpad.net/audio-recorder
 
236
https://launchpad.net/~osmoma/+archive/audio-recorder
 
237
 
 
238
Source code:
 
239
************
 
240
https://launchpad.net/audio-recorder
232
241
 
233
242
-- end --
234
243