New upstream version 0.15.4+dfsg1
This commit is contained in:
parent
55d5047af0
commit
67704ac59c
359 changed files with 8423 additions and 1050 deletions
|
|
@ -2,5 +2,5 @@ CoreAudioAAC="CoreAudio AAC -enkooderi"
|
|||
Bitrate="Bitrate"
|
||||
AllowHEAAC="Salli HE-AAC"
|
||||
OutputSamplerate="Ulostulon näytetaajuus"
|
||||
UseInputSampleRate="Käytä sisääntulon näytetaajuutta (saattaa sisältää myös epäsopivia arvoja)"
|
||||
UseInputSampleRate="Käytä sisääntulon näytetaajuutta (saattaa sisältää myös ei tuettuja arvoja)"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
CoreAudioAAC="Encoder CoreAudio AAC"
|
||||
Bitrate="Bitrate"
|
||||
AllowHEAAC="Consenti l'HE-AAC"
|
||||
OutputSamplerate="Output Sample Rate"
|
||||
UseInputSampleRate="Usa frequenza di campionamento input (OBS) (potrebbe elencare bitrate non supportati)"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
CoreAudioAAC="CoreAudio AAC-koder"
|
||||
Bitrate="Bitrate"
|
||||
AllowHEAAC="Tillat HE-AAC-koding"
|
||||
OutputSamplerate="Prøvefrekvens for utgang"
|
||||
UseInputSampleRate="Bruk prøvefrekvens for inngang (OBS). Kan vise bitrater som ikke er støttet."
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
CoreAudioAAC="Codificador CoreAudio AAC"
|
||||
Bitrate="Bitrate"
|
||||
AllowHEAAC="Permitir HE-AAC"
|
||||
OutputSamplerate="Taxa de amostragem de saída"
|
||||
UseInputSampleRate="Taxa de amostragem de entrada (OBS) Taxa Amostra (pode listar taxas de bit sem suporte)"
|
||||
|
||||
|
|
|
|||
|
|
@ -1346,7 +1346,8 @@ bool obs_module_load(void)
|
|||
{
|
||||
#ifdef _WIN32
|
||||
if (!load_core_audio()) {
|
||||
CA_LOG(LOG_WARNING, "Couldn't load CoreAudio AAC encoder");
|
||||
CA_LOG(LOG_WARNING, "CoreAudio AAC encoder not installed on "
|
||||
"the system or couldn't be loaded");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -413,7 +413,7 @@ static bool load_lib(void)
|
|||
|
||||
#define LOAD_LIB(x, n) x = LoadLibrary(TEXT(n)); \
|
||||
if (!x) \
|
||||
CA_LOG(LOG_WARNING, "Failed loading library '" n "'");
|
||||
CA_LOG(LOG_DEBUG, "Failed loading library '" n "'");
|
||||
|
||||
LOAD_LIB(audio_toolbox, "CoreAudioToolbox.dll");
|
||||
#undef LOAD_LIB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue