Click or drag to resize

GraphDecodeWav Method

http://www.emgu.com
DecodeWav

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation DecodeWav(
	Output contents,
	long desired_channels = -1,
	long desired_samples = -1,
	string opName = "DecodeWav"
)

Parameters

contents
Type: Emgu.TFOutput
Input to the operation.
desired_channels (Optional)
Type: SystemInt64
desired channels
desired_samples (Optional)
Type: SystemInt64
desired samples
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.DecodeWav(Emgu.TF.Output,System.Int64,System.Int64,System.String)"]

See Also