New upstream version 23.2.1+dfsg1

This commit is contained in:
Simon Chopin 2019-07-27 14:47:10 +02:00
parent cdc9a9fc87
commit b14f9eae6d
1017 changed files with 37232 additions and 11111 deletions

View file

@ -1,3 +1,3 @@
AlsaInput="Lyd-optagelsesenhed (ALSA)"
AlsaInput="Lydoptagelsesenhed (ALSA)"
Device="Enhed"

View file

@ -1,3 +1,3 @@
AlsaInput="Audio kapturako gailua (ALSA)"
AlsaInput="Audioa kapturatzeko gailua (ALSA)"
Device="Gailua"

View file

@ -0,0 +1,3 @@
AlsaInput="دستگاه ضبط صدا (ALSA)"
Device="دستگاه"

View file

@ -18,6 +18,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
OBS_DECLARE_MODULE()
OBS_MODULE_USE_DEFAULT_LOCALE("linux-alsa", "en-US")
MODULE_EXPORT const char *obs_module_description(void)
{
return "Linux ALSA audio input capture";
}
extern struct obs_source_info alsa_input_capture;