Sometimes when I record with TE, the recorded WAV file is prepended with silence. For instance, I just now recorded about 8 seconds of audio but the resulting WAV file is 3:32 with the recorded audio sitting at the end of the file.
The resulting audio clip is of the right length, but since it gets its audio data from the beginning of the file (at least that is my guess), it only contains silence.
I haven’t been able to reproduce this in a controlled way but my feeling is that it only occurrs after recording has been stopped and later started again.
Are you sure you re-Produced/CMaked?
Can you check the value of TRACKTION_BUILD_LIBSAMPLERATE in your AppConfig.h file? It should be 1 which is the default which should build those symbols.
Ok. I might need to figure out a more elegant way to include libsamplerate if people might have it installed without realising. I’m trying to avoid adding preprocessor flags for everything as it makes testing and troubleshooting really hard.