Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin doesn't select external sound (macOS 14.5) #30

Open
NathanWolfxx opened this issue Oct 3, 2024 · 4 comments
Open

Plugin doesn't select external sound (macOS 14.5) #30

NathanWolfxx opened this issue Oct 3, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@NathanWolfxx
Copy link

When I try to replace the sound path, it'll select it and then glitch on the grey box that shows the path and closes. leaving it blank.

@NathanWolfxx NathanWolfxx added the bug Something isn't working label Oct 3, 2024
@ryanott01
Copy link

I get the same issue

@StevenRotelli
Copy link

Same issue, any workarounds?

@royshil
Copy link
Collaborator

royshil commented Nov 7, 2024

can you share a screenshot? so i can try to reproduce

@StevenRotelli
Copy link

StevenRotelli commented Nov 15, 2024

The initial beep.wav, and horn.wave are not present. When selecting External the modal screen to select the file does appear, but when choosing a file, the path is not retained.

image

Here are the logs from ~/Library/Application Support/obs-studio/logs

11:18:45.034: [obs-cleanstream] cleanstream create
11:18:45.034: [obs-cleanstream] CleanStream filter: channels 2, sample_rate 48000
11:18:45.041: [obs-cleanstream] Loading audio file: /Users/stevenrotelli/Library/Application Support/obs-studio/plugins/obs-cleanstream.plugin/Contents/Resources/sounds/beep.wav
11:18:45.210: adding 192 milliseconds of audio buffering, total audio buffering is now 213 milliseconds (source: macOS Screen Capture)
11:18:45.210: 
11:18:45.249: [obs-cleanstream] Failed to initialize swr context: Invalid argument
11:18:45.250: [obs-cleanstream] Loaded 0 frames of audio data
11:18:45.250: [obs-cleanstream] Failed to load audio file: /Users/stevenrotelli/Library/Application Support/obs-studio/plugins/obs-cleanstream.plugin/Contents/Resources/sounds/beep.wav
11:18:45.250: [obs-cleanstream] Loading audio file: /Users/stevenrotelli/Library/Application Support/obs-studio/plugins/obs-cleanstream.plugin/Contents/Resources/sounds/horn.wav
11:18:45.253: [obs-cleanstream] Failed to initialize swr context: Invalid argument
11:18:45.253: [obs-cleanstream] Loaded 0 frames of audio data
11:18:45.253: [obs-cleanstream] Failed to load audio file: /Users/stevenrotelli/Library/Application Support/obs-studio/plugins/obs-cleanstream.plugin/Contents/Resources/sounds/horn.wav
11:18:45.463: [obs-cleanstream] Successfully downloaded models directory from GitHub
11:18:45.467: [obs-cleanstream] Loaded 317 models
11:18:45.468: [obs-cleanstream] Checking if model 'Whisper Tiny English (74Mb)' exists in data...
11:18:45.468: [obs-cleanstream] Model folder found in data: /Users/stevenrotelli/Library/Application Support/obs-studio/plugins/obs-cleanstream.plugin/Contents/Resources/models/ggml-model-whisper-tiny-en
11:18:45.469: [obs-cleanstream] Model bin file found in folder: /Users/stevenrotelli/Library/Application Support/obs-studio/plugins/obs-cleanstream.plugin/Contents/Resources/models/ggml-model-whisper-tiny-en/ggml-model-whisper-tiny.en.bin
11:18:45.652: [obs-cleanstream] Loading whisper model from /Users/stevenrotelli/Library/Application Support/obs-studio/plugins/obs-cleanstream.plugin/Contents/Resources/models/ggml-model-whisper-tiny-en/ggml-model-whisper-tiny.en.bin
11:18:45.652: [obs-cleanstream] Using CPU for inference
11:18:45.892: [obs-cleanstream] Whisper model loaded: AVX = 1 | AVX2 = 1 | AVX512 = 0 | FMA = 1 | NEON = 0 | ARM_FMA = 0 | METAL = 1 | F16C = 1 | FP16_VA = 0 | WASM_SIMD = 0 | BLAS = 1 | SSE3 = 1 | SSSE3 = 1 | VSX = 0 | CUDA = 0 | COREML = 1 | OPENVINO = 0 | CANN = 0
11:18:45.892: [obs-cleanstream] starting whisper thread

I did try to modify the sample rate with no success. So I started debugging, however, my day job make's it very difficult to spend time hunting these kinds of issues down.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants