Description Usage Arguments Details Value Author(s) See Also Examples
Functions to extract a channel from a stereo Wave object,
and to join channels of two monophonic Wave objects to a stereophonic one.
| 1 2 | 
| object | Object of class  | 
| which | Character, indicating whether the “left” or “right” channel should be extracted, or whether “both” channels should be averaged. | 
| left | Object of class  | 
| right | Object of class  | 
For objects of WaveMC-class, a mono channel can be created by simple matrix indexing, e.g. WaveMCobject[,2] selects the second channel.
An object of class Wave.
If argument right is missing in stereo, a logical values is returned 
that indicates whether left is stereo (TRUE) or mono (FALSE).
Uwe Ligges ligges@statistik.tu-dortmund.de
Wave-class, Wave
| 1 2 3 4 5 | 
Wave Object
	Number of Samples:      44100
	Duration (seconds):     1
	Samplingrate (Hertz):   44100
	Channels (Mono/Stereo): Mono
	PCM (integer format):   FALSE
	Bit (8/16/24/32/64):    32 
Wave Object
	Number of Samples:      44100
	Duration (seconds):     1
	Samplingrate (Hertz):   44100
	Channels (Mono/Stereo): Stereo
	PCM (integer format):   FALSE
	Bit (8/16/24/32/64):    32 
Wave Object
	Number of Samples:      44100
	Duration (seconds):     1
	Samplingrate (Hertz):   44100
	Channels (Mono/Stereo): Mono
	PCM (integer format):   FALSE
	Bit (8/16/24/32/64):    32 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.