mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
audio: add audio meter
Adds a signal that sends the linear RMS level for a given ring buffer. The signal must be turned on via the API and can be turned off when needed. Adds an audio preview so the mic can be read. Call startAudioDevice and stopAudioDevice to initialize and stop the audio layer. Change-Id: I6a71ef87ee805a6d4bfa824fa901dd638e8cbd65
This commit is contained in:

committed by
philippegorley

parent
53da9361e5
commit
c52e332b0b
@ -2,7 +2,7 @@ dnl Jami - configure.ac for automake 1.9 and autoconf 2.59
|
||||
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_PREREQ([2.65])
|
||||
AC_INIT([Ring Daemon],[7.3.0],[ring@gnu.org],[ring])
|
||||
AC_INIT([Ring Daemon],[7.4.0],[ring@gnu.org],[ring])
|
||||
|
||||
AC_COPYRIGHT([[Copyright (c) Savoir-faire Linux 2004-2018]])
|
||||
AC_REVISION([$Revision$])
|
||||
|
Reference in New Issue
Block a user