siggen 2.3.10-2 source package in Ubuntu

Changelog

siggen (2.3.10-2) unstable; urgency=low

  * Fix segmentation fault on amd64, thanks to Jim Paris.
    (Closes: #522461)
  * Use quilt instead of dpatch for patches, and describe how to use
    quilt in Debian.source (thanks to Russ Allbery).
  * Added a Vcs-Hg control filed to indicate the location of the public
    repository.
  * Bumped the Standards-Version to 3.8.1.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  29 Apr 2009 12:11:45 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Karmic
Original maintainer:
Jens Peter Secher
Architectures:
any
Section:
sound
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
siggen_2.3.10.orig.tar.gz 127.6 KiB 10f2749d144675c0faf37bffa276b49cbb2d44388a087928808acf5d0b0914fc
siggen_2.3.10-2.diff.gz 6.1 KiB 4653bf3fe3cb0e7e33efbe468ac5e97d558f75487f0f3d77d385d8d04b6faccf
siggen_2.3.10-2.dsc 1.2 KiB 7bd0529a0316dc1ff6d4bcdde883e997d190aa8f2cbd62cb2e76d3c40fc19bf3

Available diffs

View changes file

Binary packages built by this source

siggen: Waveform generation tools

 a set of tools for imitating a laboratory Signal Generator,
 generating audio signals out of Linux's /dev/dsp audio device. There
 is support for mono and/or stereo and 8 or 16 bit samples. The tools
 include:
 .
  * soundinfo: display some of the programming capabilities of the
 sound system support for the mixer device /dev/mixer and the DSP
 device. Also shows some of the ioctl calls in action.
 .
  * signalgen: a command line signal generator where details are specified
 from the command line for generating sine, cos, square, triangle,
 sawtooth, pulse, noise waves. Frequency, sample rate, relative
 amplitude etc. can be specified through command line options. The
 signal is played continuously until the program is stopped. There
 are options to save the basic raw digital samples raw to file or to a
 WAVE format file.
 .
  * swgen: a command line sweep generator. Both the sweeping and
 swept waveforms can be specified, along with the sweeping frequency
 and the swept frequency range. Otherwise similar to sgen above.
 .
  * siggen: an Ncurses screen based Signal Generator for two separate
 channels. On stereo audio cards the two channels are played on
 separate outputs. On mono cards the two channels are digitally mixed
 onto the one output. Type of waveform, frequency, amplitude, sample
 rate etc are specified/changed via a screen menu. It plays
 continuously. Changes to parameters take effect nearly immediately.
 .
  * sweepgen: an Ncurses screen based Sweep generator (see swgen and
 siggen above).
 .
  * tones: a command line program to generate several successive tones
 of varying frequency, and optional differing waveforms, durations and
 intensities. The sequence of tones can be either played once, or
 repetitively or the samples can be written to a file in raw or WAV
 format. This could make the basis of an auto-dialer for tone phones.
 .
  * smix: a simple command line program for getting and setting the
 mixer settings.
 .
  * fsynth: an Ncurses based fourier synthesis realtime generator.