You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi I'd like to restart a sound immediately when pressing its button. currently, it won't restart the sound immediately if it is playing. if you'd like to see what I'm looking for, just put the same sound on 2 different buttons and press each one back and forth quickly to see the effect I'm looking for. if you have the .sln file I can try making the changes in visual studio and compiling it myself since I only see the header and cpp files in the repo. thanks!
The text was updated successfully, but these errors were encountered:
ioerjfoige0439i
changed the title
restart sound a immediately when pressing its button
restart a sound immediately when pressing its button
Oct 10, 2022
hi I tried building with cmake but it gives me an error about libobs:
CMake Error at CMakeLists.txt:49 (find_package):
By not providing "Findlibobs.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "libobs", but
CMake did not find one.
Could not find a package configuration file provided by "libobs" with any
of the following names:
libobsConfig.cmake
libobs-config.cmake
Add the installation prefix of "libobs" to CMAKE_PREFIX_PATH or set
"libobs_DIR" to a directory containing one of the above files. If "libobs"
provides a separate development package or SDK, be sure it has been
installed.
hi I'd like to restart a sound immediately when pressing its button. currently, it won't restart the sound immediately if it is playing. if you'd like to see what I'm looking for, just put the same sound on 2 different buttons and press each one back and forth quickly to see the effect I'm looking for. if you have the .sln file I can try making the changes in visual studio and compiling it myself since I only see the header and cpp files in the repo. thanks!
The text was updated successfully, but these errors were encountered: