Obs-cleanstream 插件(CPU,CUDA) 安装好obs后的调整 进行麦克风配置(防止自己骂人)点击麦克风或桌面音频标记的红框 点击滤镜(英文版Filter) 点击加号进行添加红框标记的过滤器 打开压缩文件 右键属性 按照这个操作 点击红色框的位置进行跳转文件夹 将obs-cleanstream文件直接粘贴进来 打开obs 开始本地测试 选择监听测试...
void *cleanstream_create(obs_data_t *settings, obs_source_t *filter) { obs_log(LOG_INFO, "cleanstream create"); void *data = bmalloc(sizeof(struct cleanstream_data)); struct cleanstream_data *gf = new (data) cleanstream_data(); // Get the number of channels for the input source...
(void *data); const char *cleanstream_name(void *unused); struct obs_audio_data *cleanstream_filter_audio(void *data, struct obs_audio_data *audio); void cleanstream_deactivate(void *data); void cleanstream_defaults(obs_data_t *s); obs_properties_t *cleanstream_properties(void *data);...
chore: Update cleanstream-filter.cpp to fix audio file loading issue … by@royshilin#25 Full Changelog:0.1.0...0.1.1 Contributors royshil Assets15 Loading 19 Jul 20:21 github-actions 0.1.0 26a2c7b Compare 0.1.0 Bumping to OBS v30.1+! Fixing a number of bugs related to outdates OBS ...
Obs-cleanstream 插件(CPU,CUDA) 安装好obs后的调整 进行麦克风配置(防止自己骂人)点击麦克风或桌面音频标记的红框 点击滤镜(英文版Filter) 点击加号进行添加红框标记的过滤器 C:\Users\用户名\AppData\Roaming\obs-studio\plugin_config\obs-cleanstream\models ...
chore: Update cleanstream-filter.cpp to fix audio file loading issue … by@royshilin#25 Full Changelog:0.1.0...0.1.1 Contributors royshil Assets15 Loading 19 Jul 20:21 github-actions 0.1.0 26a2c7b Compare 0.1.0 Bumping to OBS v30.1+! Fixing a number of bugs related to outdates OBS...
#ifndef CLEANSTREAM_FILTER_DATA_H #define CLEANSTREAM_FILTER_DATA_H #include <obs.h> #include <string> #include <thread> #include <mutex> #include #include <util/circlebuf.h> #include <util/darray.h> #include <media-io/audio-resampler.h> #include "whisper-utils/silero-vad-onnx.h...
cleanstream-filter.cpp cleanstream-filter.h plugin-main.c plugin-support.c.in plugin-support.h vendor .clang-format .cmake-format.json .gitignore .gitmodules CMakeLists.txt CMakePresets.json LICENSE README.md buildspec.json thumbnail.pngBreadcrumbs...
Obs-cleanstream 插件(CPU,CUDA) 安装好obs后的调整 进行麦克风配置(防止自己骂人)点击麦克风或桌面音频标记的红框 点击滤镜(英文版Filter) 点击加号进行添加红框标记的过滤器 C:\Users\用户名\AppData\Roaming\obs-studio\plugin_config\obs-cleanstream\models ...