wav_enregistre

Enregistre un signal réel en tant que fichier .wav monovoie.

Espace de nom : tsd::audio

Prototype

void wav_enregistre(cstring chemin, float fech, const Vecf &x)

Paramètres

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

Retourne

Non-zero value in case of error.

Description