New upstream version 26.0.0+dfsg1

This commit is contained in:
Sebastian Ramacher 2020-10-01 22:15:25 +02:00
parent 8e020cdacb
commit 240080891f
837 changed files with 41275 additions and 9196 deletions

View file

@ -30,5 +30,6 @@ target_link_libraries(linux-alsa
libobs
${ALSA_LIBRARY}
)
set_target_properties(linux-alsa PROPERTIES FOLDER "plugins")
install_obs_plugin_with_data(linux-alsa data)

View file

@ -20,6 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <util/bmem.h>
#include <util/platform.h>
#include <util/threading.h>
#include <util/util_uint64.h>
#include <obs-module.h>
#include <alsa/asoundlib.h>
@ -562,8 +563,9 @@ void *_alsa_listen(void *attr)
}
out.frames = frames;
out.timestamp = os_gettime_ns() -
((frames * NSEC_PER_SEC) / data->rate);
out.timestamp =
os_gettime_ns() -
util_mul_div64(frames, NSEC_PER_SEC, data->rate);
if (!data->first_ts)
data->first_ts = out.timestamp + STARTUP_TIMEOUT_NS;

View file

@ -0,0 +1,2 @@
Device="Яйланма"

View file

@ -0,0 +1,3 @@
AlsaInput="Audio Capture Device (ALSA)"
Device="Device"

View file

@ -0,0 +1,3 @@
AlsaInput="Perangkat Penangkap Suara (ALSA)"
Device="Perangkat"

View file

@ -0,0 +1,2 @@
Device="சாதனம்"

View file

@ -1,3 +1,3 @@
AlsaInput="Аудіо пристрій (ALSA)"
AlsaInput="Пристрій записування звуку (ALSA)"
Device="Пристрій"