Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
pcmmix(1)			     hxtools			       pcmmix(1)

Name
     pcmmix -- PCM mixer

Syntax
     pcmmix [-ap] [-t p/q] file...

Description
     pcmmix  will  mix two or more input streams (assumed to be LE16 PCM, and of
     the same number of channels). It can do so in either arpeggiated  or  poly-
     phonic mode.

Options
     -a Select arpeggio mode.

     -p Select polyphony mode.

     -r rate Input sample rate (default: 48000).

     -t  p/q Defines the length of one arpeggio block in which data from all in-
     put sources  will	be  round-robined  within,  as	p/q  seconds.  (default:
     80/1086)

Examples
     *	 Entertainer  from  FOG:  `pcmmix -t 160/1086 <(bsvplay --pianoman entr-
	 tan1.mus) <(bsvplay --pianoman entrtan2.mus) <(bsvplay --pianoman entr-
	 tan3.mus) <(bsvplay --pianoman entrtan4.mus) | aplay -fcd -r48000 -c1`

     *	 IHOLD from FOG: `pcmmix -t  80/1086  <(bsvplay  --pianoman  ihold1.mus)
	 <(bsvplay   --pianoman  ihold2.mus)  <(bsvplay  --pianoman  ihold3.mus)
	 <(bsvplay --pianoman ihold4.mus) | aplay -fcd -r48000 -c1`

See also
     aplay(1), bsvplay(1), hxtools(7), qplay(1)

hxtools 			   2020-07-11			       pcmmix(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=pcmmix&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help