Sponsored Content
Top Forums Programming Question regarding a book for C++ Post 303020739 by Corona688 on Thursday 26th of July 2018 11:47:02 AM
Old 07-26-2018
C is the underpinnings for C++. If you do not understand C, your understanding of C++ will be poor. Most people skip it... and most programmers are poor.
This User Gave Thanks to Corona688 For This Post:
 

7 More Discussions You Might Find Interesting

1. Programming

Good book

I just want to know if someone can tell me if this book "C Programming Language (2nd Edition) by Brian W. Kernighan, Dennis M. Ritchie" is a good book to learn C on unix/linux ??? i'm an old (33 :)) mainframe programmer who wants to learn something else besides cobol and pl/1 ...... (2 Replies)
Discussion started by: pat
2 Replies

2. HP-UX

HP-UX Internals Book

. (2 Replies)
Discussion started by: Driver
2 Replies

3. Solaris

e-book

Hi everybody I a new one And I have just wanted to research on Sun Solaris So can you help me what e-book to read ( and if can you give me the direct address to load ) Thks so much (3 Replies)
Discussion started by: iwbasts
3 Replies

4. Shell Programming and Scripting

Book and Links about Shells; and zsh question

HI, I would like to ask You about some good books or links where I can find information about shells, theoretical information. I will be grateful if You can help me And I have question about zsh loop trivial script: #!/bin/zsh for i in {1..100000} do echo $i; doneexec time is 10... (9 Replies)
Discussion started by: Physix
9 Replies

5. What is on Your Mind?

looking for a book suggestion

On the basic concepts of programming. I mean I am 100% self taught so I need a book to fix all my bad habits and misconceptions. I mean I want a solid book over the basics. Explains what an array is, a string, variable, stacks, and so forth. I only know how to write code in shell,... (7 Replies)
Discussion started by: tlarkin
7 Replies

6. UNIX for Dummies Questions & Answers

Is this a typo in my Book?

I'm currently learning Bash scripting from a book and the following example is given, but I think there is a typo in the variable assignment for the variable file. $ cat test5 #!/bin/bash # reading values from a file file=“states” ( shouldn't this be file=`cat states` assuming you... (23 Replies)
Discussion started by: Riker1204
23 Replies

7. AIX

A book for sysadmin

Please i searching a book which covering system administration of aix7 or 6 :lvm,virtualization,fs,etc Ebook and amazon ok. Do you know something good? Thanks (1 Reply)
Discussion started by: Linusolaradm1
1 Replies
mppenc(1)																 mppenc(1)

NAME
mppenc - Musepack lossy audio codec encoder SYNOPSIS
mppenc [--options] [input_file] [output_file] DESCRIPTION
mppenc is a Musepack lossy audio codec encoder. Musepack is a lossy audio codec specifically optimized for transparent compression of stereo audio at bitrates of 160-180 kbit/s. INPUT FILES
- STDIN (only RIFF WAVE files) /dev/audio soundcard (OSS, 44.1 kHz) *.wav RIFF WAVE file *.raw|cdr RAW PCM file (2ch, 16bit, 44.1kHz) *.pac|lpac LPAC file (Windows only) *.fla|flac FLAC file *.ape Monkey's Audio file (APE extension only) *.rka|rkau RK Audio file (Windows only) *.sz SZIP file *.shn Shorten file *.wv Wavpack file .ofr OptimFROG file (Windows only) Currently only 32, 37.8, 44.1 and 48 kHz, 1-8 channels, 8-32 bit linear PCM is supported. When using one of the lossless compressed for- mats, a proper binary must be installed within the system's $PATH. OUTPUT FILES
*.mpc Musepack file *.mp+|mpp MPEGplus file (deprecated) - STDOUT OPTIONS
--quality 0.00 below telephone, poor quality (~ 20 kbps) --quality 1.00 below telephone, poor quality (~ 30 kbps) --quality 2.00 --telephone telephone, low quality (~ 60 kbps) --quality 3.00 --thumb thumb, low/medium quality (~ 90 kbps) --quality 4.00 --radio radio, medium quality (~ 130 kbps) --quality 5.00 --standard --normal normal (default), high quality (~ 180 kbps) --quality 6.00 --extreme --xtreme extreme, excellent quality (~ 210 kbps) --quality 7.00 --insane insane, excellent quality (~ 240 kbps) --quality 8.00 --braindead braindead, excellent quality (~ 270 kbps) --quality 9.00 above braindead, excellent quality (~ 300 kbps) --quality 10.00 above braindead, excellent quality (~ 350 kbps) In addition, quality scale is effective centesimally (i.e. --quality 4.25). --silent repress console messages (default: off) --verbose increase verbosity (default: off) --longhelp print long help --stderr FILE append messages to file --neveroverwrite never overwrite existing output file (default: off) --interactive ask to overwrite an existing output file (default: on) --overwrite overwrite existing output file (default: off) --deleteinput delete input file after encoding (default: off) --beep beep when encoding is finished (default: off) --unicode unicode input from console (Unix only) --tag key=value add tag 'key' with 'value' as contents --tagfile key=file add tags, take values from a file --tag key add tags, take values from console --artist 'value' shortcut for --tag 'Artist=value' --album 'value' shortcut for --tag 'Album=value' Other possible keys are: debutalbum, publisher, conductor, title, subtitle, track, comment, composer, copyright, publicationright, file- name, recordlocation, recorddate, ean/upc, year, releasedate, genre, media, index, isrc, abstract, bibliography, introplay, media, lan- guage... --skip x skip the first x seconds (default: 0.0) --dur x stop encoding after at most x seconds of encoded audio --fade x fadein+out in seconds --fadein x fadein in seconds (default: 0.0) --fadeout x fadeout in seconds (default: 0.0) --fadeshape x fade shape, see http://www.uni-jena.de/~pfk/mpc/img/fade.png (default: 1.0) --scale x scale input signal by x (default: 1.00000) --scale x,y scale input signal, separate for each channel EXAMPLES
mppenc inputfile.wav mppenc inputfile.wav outputfile.mpc mppenc --radio inputfile.wav outputfile.mpc mppenc --silent --radio --pns 0.25 inputfile.wav outputfile.mpc mppenc --nmt 12 --tmn 28 inputfile.wav outputfile.mpc AUTHOR
This manual page was written by Jorge Salamero Sanz <bencer@cauterized.net> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. 12 June 2007 mppenc(1)
All times are GMT -4. The time now is 08:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy