mirror of
https://github.com/mudler/LocalAI
synced 2026-05-24 09:28:23 +00:00
8 lines
249 B
C
8 lines
249 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
// Re-exports the vibevoice.cpp flat C ABI so this MODULE library
|
||
|
|
// resolves the same symbols that purego.RegisterLibFunc looks up by
|
||
|
|
// name. The actual definitions live in libvibevoice (linked PRIVATE).
|
||
|
|
|
||
|
|
#include "vibevoice_capi.h"
|