.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29. .TH SPEEX "1" "September 2002" "Speex encoder version 1.0beta1 (compiled Sep 15 2002)" "User Commands" .SH NAME Speex \- manual page for Speex encoder version 1.0beta1 (compiled Sep 15 2002) .SH SYNOPSIS .B speexenc [\fIoptions\fR] \fIinput_file output_file\fR .SH DESCRIPTION Encodes input_file using Speex. It can read the WAV or raw files. .SS "input_file can be:" .TP filename.wav wav file .TP filename.* raw PCM file (any extension other than .wav) .TP - stdin .SS "output_file can be:" .TP filename.spx Speex file .TP - stdout .SH OPTIONS .TP \fB\-n\fR, \fB\-\-narrowband\fR Narrowband (8 kHz) input file .TP \fB\-w\fR, \fB\-\-wideband\fR Wideband (16 kHz) input file .TP \fB\-\-quality\fR n Encoding quality (0-10), default 3 .TP \fB\-\-lbr\fR Low bit-rate mode (equivalent to \fB\-\-quality\fR 3) .TP \fB\-\-vbr\fR Enable variable bit-rate (VBR) .TP \fB\-\-comp\fR n Set encoding complexity (0-10), default 3 .TP \fB\-\-nframes\fR n Number of frames per Ogg packet (1-10), default 1 .TP \fB\-\-comment\fR Add the given string as an extra comment. This may be used multiple times. .TP \fB\-\-author\fR Author of this track. .TP \fB\-\-title\fR Title for this track. .TP \fB\-h\fR, \fB\-\-help\fR This help .TP \fB\-v\fR, \fB\-\-version\fR Version information .TP \fB\-V\fR Verbose mode (show bit-rate) .SS "Raw input options:" .TP \fB\-\-le\fR Raw input is little-endian .TP \fB\-\-be\fR Raw input is big-endian .TP \fB\-\-8bit\fR Raw input is 8-bit unsigned .TP \fB\-\-16bit\fR Raw input is 16-bit signed .PP Default Raw PCM input is 16-bit, little-endian, mono