mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-09 00:29:00 +01:00
Fix copyright in C++ files
This commit is contained in:
parent
6fc278eb2b
commit
fa2d9e90ed
@ -1,6 +1,18 @@
|
|||||||
//
|
/*
|
||||||
// Created by Jorge Martín Espinosa on 30/5/22.
|
* Copyright (c) 2022 New Vector Ltd
|
||||||
//
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "CodecOggOpus.h"
|
#include "CodecOggOpus.h"
|
||||||
#include "../utils/Logger.h"
|
#include "../utils/Logger.h"
|
||||||
|
@ -1,6 +1,18 @@
|
|||||||
//
|
/*
|
||||||
// Created by Jorge Martín Espinosa on 30/5/22.
|
* Copyright (c) 2022 New Vector Ltd
|
||||||
//
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef ELEMENT_ANDROID_CODECOGGOPUS_H
|
#ifndef ELEMENT_ANDROID_CODECOGGOPUS_H
|
||||||
#define ELEMENT_ANDROID_CODECOGGOPUS_H
|
#define ELEMENT_ANDROID_CODECOGGOPUS_H
|
||||||
|
@ -1,3 +1,19 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) 2022 New Vector Ltd
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
#include <jni.h>
|
#include <jni.h>
|
||||||
#include "codec/CodecOggOpus.h"
|
#include "codec/CodecOggOpus.h"
|
||||||
|
|
||||||
|
@ -124,6 +124,7 @@ class VoiceRecorderL(
|
|||||||
audioRecorder?.stop()
|
audioRecorder?.stop()
|
||||||
}
|
}
|
||||||
audioRecorder?.release()
|
audioRecorder?.release()
|
||||||
|
audioRecorder = null
|
||||||
|
|
||||||
noiseSuppressor?.release()
|
noiseSuppressor?.release()
|
||||||
noiseSuppressor = null
|
noiseSuppressor = null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user