WriteWAV¶
-
class
acoular.tprocess.
WriteWAV
¶ Bases:
acoular.tprocess.TimeInOut
Saves time signal from one or more channels as mono/stereo/multi-channel *.wav file.
-
name
= File(filter=['*.wav'], …¶ Name of the file to be saved. If none is given, the name will be automatically generated from the sources.
-
basename
= Property( depends_on = 'digest')¶ Basename for cache, readonly.
-
channels
= ListInt(desc="channel to save")¶ Channel(s) to save. List can only contain one or two channels.
-
save
()¶ Saves source output to one- or multiple-channel *.wav file.
-