Click or drag to resize

GraphDecodeWav Method

https://www.emgu.com/wiki/index.php/Emgu_TF
DecodeWav

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation, where: [0] audio(type: DtFloat). [1] sample_rate(type: DtInt32).
See Also