StftOptions
type StftOptions struct {
HopLength *int64
WinLength *int64
Center *bool
PadMode *PadMode
Normalized *bool
Onesided *bool
}
StftOptions carries the defaulted options of Api.OpStft (`ClikaRT::ops::stft`). A nil options pointer, or any nil field, means that option's default.