]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
examples : move wav_writer from stream.cpp to common.h (#1317)
authorbobqianic <redacted>
Tue, 3 Oct 2023 19:56:11 +0000 (20:56 +0100)
committerGitHub <redacted>
Tue, 3 Oct 2023 19:56:11 +0000 (22:56 +0300)
commit08fa34882f4add2f3ed709ad980158c21432003e
tree362b56d45636650d16d8b18de3126da3351826b4
parent403770553116eb91e15a8fd7eb2e1decedab3e1a
examples : move wav_writer from stream.cpp to common.h (#1317)

* Allocate class on the stack instead of on the heap

* Add class wav_writer

* fix some minor issues

* fix some minor issues

* remove potential misleading API
examples/common.h
examples/stream/stream.cpp