serizba / cppflow

Run TensorFlow models in C++ without installation and without Bazel
https://serizba.github.io/cppflow/
MIT License
774 stars 177 forks source link

Any function in cppflow to write the output signal generated from encode_wav() in the form of .wav format #241

Open srilekha1993 opened 1 year ago

srilekha1993 commented 1 year ago

Hi All, After getting the output signal from cppflow::encode_wav(), what function of cppflow we will use to write it in the ".wav" format. I want to get a .wav file from my cppflow tensor output.