from the NetBSD maintainer:
This voice provides an American English male voice using a residual
excited LPC diphone synthesis method. It uses the CMU Lexicon
pronunciations. Prosodic phrasing is provided by a statistically
trained model using part of speech and local distribution of breaks.
Intonation is provided by a CART tree predicting ToBI accents and
an F0 contour generated from a model trained from natural speech.
The duration model is also trained from data using a CART tree.
Trevor Johnson
from the NetBSD maintainer:
This voice provides an American English male voice using a residual
excited LPC diphone synthesis method. It uses the CMU Lexicon
pronunciations. Prosodic phrasing is provided by a statistically
trained model using part of speech and local distribution of breaks.
Intonation is provided by a CART tree predicting ToBI accents and
an F0 contour generated from a model trained from natural speech.
The duration model is also trained from data using a CART tree.
Trevor Johnson
mp3riot (formerly known as f2html.pl) is a command line utility
that searches recursively through directories, builds a file list
(with additional file information), and generates HTML files,
playlists, etc. The output can be controlled, links can be corrected,
and more. The script is mainly designed to create Web pages,
playlists, and databases for MP3 and Ogg files, but can also used for
other purposes.
Ngspice is the name of a project and of a program in the project. Spice is
the famous circuit simulator developed by the CAD Group of the University of
California at Berkeley (UCB). The NG prefix has a lot of meanings: Next
Generation, New Good, etc. Choose or invent the one you prefer. The ngspice
project aims to improve the capabilities of the Spice3 circuit simulator. The
heart of the project is the ngspice program, a circuit simulator derived from
spice3f5.
This is a multi-CPU macro assembler for many major 8-bit and 16-bit CPUs
which can assemble code for multiple CPUs in the same source file.
Current CPUs supported:
* RCA 1802
* MOS Technology 6502, 65C02 and 6502 with undocumented instructions
* WDC 65816 (lacks some addressing mode support)
* Motorola 6809
* Motorola 6800/6801/68HC11 and Hitachi 6303
* Motorola 6805/68HSC08
* Motorola 68HC16
* Motorola 68000/68010
* Intel 8051
* Intel 8080, 8085, and 8085 with undocumented instructions
* Fairchild F8
* Atari Jaguar "Tom" and "Jerry" coprocessors
* Zilog Z-80 and Nintendo Gameboy Z-80 variant
Method::Alias is designed to be used as a pragma, to which you provide a
set of pairs of method names. Only very minimal checking is done, if you
wish to create infinite loops or what have you, you are more than
welcome to shoot yourself in the foot.
# Add a single method alias
use Method::Alias 'foo' => 'bar';
# Add several method aliases
use Method::Alias 'a' => 'b',
'c' => 'd',
'e' => 'f';
Console_CommandLine is a full featured package for managing command-line
options and arguments highly inspired from python optparse module, it allows
the developer to easily build complex command line interfaces.
Main features:
* handles sub commands (ie. $ myscript.php -q subcommand -f file),
* can be completely built from an xml definition file,
* generate --help and --version options automatically,
* can be completely customized,
* builtin support for i18n,
* and much more...
Some tools which enable multi-platform development on the TI Stellaris
Launchpad boards. The Stellaris Launchpad is a low cost development board
created by Texas Instruments that comes with an ARM Cortex-M4F processor.
Included tools:
lm4flash Command-line firmware flashing tool using libusb-1.0
to communicate with the Stellaris Launchpad ICDI.
lmicdiusb TCP/USB bridge created by TI, letting GDB communicate with
the Stellaris Launchpad ICDI.
The EDGE project is a programming project to develop a DOOM style engine aimed
at the Total Conversion developer, but still able to play the original DOOM
games. This project started with the DOOM source released by id software.
Note that it currently does not support playing the original MIDI music, but
supports OGG Vorbis audio files.
For Total Conversions using Edge see:
http://www.wadsinprogress.info/
For high resolution textures see:
http://forums.yaa.dk/viewtopic.php?f=32&t=69
xd3d is a simple scientific visualization tool designed to be easy to learn.
It can plot 2d and 3d meshes, with shadowing, contour plots, vector fields,
iso-contour (3d), as well as 3d surfaces z=f(x,y) defined by an algebraic
expression or a cloud of points. It generates high quality vector PostScript
files for scientific publications and still or animated bitmap images.
It includes the graph plotter xgraphic.