wav_enregistre_stereo

Save a complex signal as a two channels (stereo) .wav file.

Espace de nom : tsd::audio

Prototype

void wav_enregistre_stereo(cstring chemin, float fech, const Veccf &x)

Paramètres

cheminOutput file path,
fechSampling frequency,
xSignal to be saved.

Retourne

Non-zero value in case of error.

Description