~ubuntu-branches/ubuntu/raring/siggen/raring

« back to all changes in this revision

Viewing changes to siggen.aft

  • Committer: Package Import Robot
  • Author(s): Thorsten Alteholz
  • Date: 2012-03-13 18:51:09 UTC
  • mfrom: (4.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20120313185109-0zkxvq2vpwbjbkf2
Tags: 2.3.10-5
* new maintainer (closes: #628941)
* debian/rules: remove explicit patch targets
* debian/rules: replace dh_clean -k by dh_prep
* debian/rules: build-arch and build-indep introduced
* debian/rules: standard moved to 3.9.3 (no changes)
* debian/watch: added, but not working with upstreams website
* debian/control: dependency on quilt removed
* debian/control: no public vcs available
* debian/control: moved to dh 9
* debian/patches: add header
* debian/source/format: 3.0 (quilt) introduced

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
            Further info on your kernel's sound card configuration is
58
58
            given by 'cat /dev/sndstat'.
59
59
 
60
 
        #_sgen_ is a command line signal generator where
 
60
        #_signalgen_ is a command line signal generator where
61
61
            details are specified from the command line for generating
62
62
            sine, cos, square, triangle, sawtooth, pulse, noise waves.
63
63
            Frequency, sample rate, relative amplitude etc can be
68
68
 
69
69
        #_swgen_ is a command line sweep generator. Both the sweeping and swept
70
70
            waveforms can be specified, along with the sweeping frequency
71
 
            and the swept frequency range. Otherwise similar to sgen above.
 
71
            and the swept frequency range. Otherwise similar to signalgen above.
72
72
    
73
73
        #_siggen_ an Ncurses screen based Signal Generator for 2 seperate channels.
74
74
            On stereo audio cards the 2 channels are played on seperate 
103
103
 
104
104
You will need the ncurses library and header files. You will need sound card
105
105
support compiled into your kernel. You can build some of the programs, tones
106
 
sgen and swgen, without soundcard support. These programs then can be used
 
106
signalgen and swgen, without soundcard support. These programs then can be used
107
107
to generate raw data or WAV files. You can also compile these programs
108
108
under other OSes than Linux, e.g. Sunos 4.1.
109
109