Code Monkey home page Code Monkey logo

srbeep's People

Contributors

adocilesloth avatar eebssk1 avatar volsandjezuz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

srbeep's Issues

Not work any more on OBS v24

This plugin is not working with OBS v24.0.1
I found it the plugin requires old ffmpeg,so I use PE Tools to change dll dependency to the new ffmpeg used by OBS.Then the plugin load normally but the sound won't play.

Appears to be broken with new OBS 29.1 update

Immediately after the update, I no longer get any sounds. The DLLs are in place, and I copied in the latest release to be sure, but there's an error on load. The relevant log lines aren't particularly descriptive:

21:34:44.890: [obs-websocket] [obs_module_load] Linked ASIO Version: 101201
21:34:44.899: [obs-websocket] [obs_module_load] Module loaded.
21:34:44.901: Skipping module '../../obs-plugins/64bit/SDL2.dll', not an OBS plugin
21:34:44.902: LoadLibrary failed for '../../obs-plugins/64bit/SRBeep.dll': The specified module could not be found.
21:34:44.902:  (126)
21:34:44.902: Module '../../obs-plugins/64bit/SRBeep.dll' not loaded
21:34:44.904: [vlc-video]: VLC 3.0.12 Vetinari found, VLC video source enabled
21:34:44.909: ---------------------------------
21:34:44.909:   Loaded Modules:
21:34:44.909:     win-wasapi.dll
21:34:44.909:     win-dshow.dll
21:34:44.909:     win-capture.dll

compared to earlier the same day, before the update:

03:44:39.689: [obs-websocket] [obs_module_load] Linked ASIO Version: 101201
03:44:39.699: [obs-websocket] [obs_module_load] Module loaded.
03:44:39.705: Skipping module '../../obs-plugins/64bit/SDL2.dll', not an OBS plugin
03:44:39.715: [vlc-video]: VLC 3.0.12 Vetinari found, VLC video source enabled
03:44:39.729: ---------------------------------
03:44:39.729:   Loaded Modules:
03:44:39.729:     win-wasapi.dll
03:44:39.729:     win-mf.dll
03:44:39.729:     win-dshow.dll
03:44:39.729:     win-capture.dll
03:44:39.729:     vlc-video.dll
03:44:39.729:     text-freetype2.dll
03:44:39.729:     SRBeep.dll
03:44:39.729:     rtmp-services.dll
03:44:39.729:     obs-x264.dll

Full logs, in case those help: https://wisq-files.s3.amazonaws.com/obs-logs.zip

Record start sound plays late and is heard in the recording

I built your plugin on Fedora Linux and using latest OBS version 26.0.2. It seems like the start sound is playing after I press start recording in OBS so the sound is heard at the start of every recording. The stop recording sound works fine and is not heard in the video.

No Link to the Finished Compiled Program

I don't see a link to a zip file to download containing the compiled plugin and resouces... at all? Am I missing something?

All I see are some source code, header files, and the mp3 files... and no idea how to recreate any directory structure.

Maybe I'm missing the link somewhere to download the zip file of the finished compiled Windows files to merge with the obs-studio folder?

No link to contact the author and ask him either?

[email protected]

Change sound files w current version?

I'm using windows for productivity and I want to change the on/off sounds. They are too similar and I need them because I don't want to have to worry about a second screen. It seems there is no place to place new mp3s.

SRBeep has stoped working since latest update it OBS, WIN VERSION 28.0.1

Hey mate, first off thank you for this epic little mod, I use it everyday and have done for years, however it stopped working since I installed the latest version of OBS 28.0.1, a few other mods have also stopped so it's not just this one,

I tried a complete reinstall of SRBeep and that didn't fix it

I'm hoping you are able to get it working again cause SRBeep is the reason I decided to use obs hahaha

Thanks dude!

Suggestion for an Makefile update

Hello, I am no coder or anything but I totally do not understand that part of the Makefile:


ifndef FFmpegPath
FFmpegPath = $(HOME)/ffmpeg_sources/ffmpeg
endif
ifndef FFmpegLib
FFmpegLib = $(HOME)/ffmpeg_build/lib
endif
ifndef SDL_INCLUDE
SDL_INCLUDE = $(HOME)/SDL2-2.0.10/include
endif
ifndef SDL_LIB
SDL_LIB = $(HOME)/SDL2-2.0.10/build
endif

I mean why does it look in user's home directory? In my case it did not see SDL.h unless I changed the SDL part to:


ifndef SDL_INCLUDE
SDL_INCLUDE = /usr/include/SDL2
endif

So just passing the suggestion for an update.

Replay Buffer Save Sound Effect

I just wanted to know if there was a way to make a sound play when saving the replay buffer or if that could be added at some point. I see the project has been somewhat abandoned recently but it's a feature I've been looking around for

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.