mirror of
https://github.com/danog/php-libtgvoip.git
synced 2024-11-30 04:19:26 +01:00
Update submodule
This commit is contained in:
parent
0ae828a6cc
commit
124f2418d7
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -3,6 +3,7 @@
|
||||
"array": "cpp",
|
||||
"initializer_list": "cpp",
|
||||
"utility": "cpp",
|
||||
"system_error": "cpp"
|
||||
"system_error": "cpp",
|
||||
"type_traits": "cpp"
|
||||
}
|
||||
}
|
@ -45,4 +45,3 @@ void AudioInputPHP::writeFrames(Php::Parameters ¶ms){
|
||||
InvokeCallback(buf, 960*2);
|
||||
delete buf;
|
||||
}
|
||||
|
||||
|
@ -50,7 +50,6 @@ Php::Value AudioOutputPHP::readFrames() {
|
||||
InvokeCallback(buf, 960*2);
|
||||
return buf;
|
||||
}
|
||||
|
||||
/*
|
||||
AudioOutputPHP::~AudioOutputPHP(){
|
||||
JNIEnv* env=NULL;
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit efa9e4ac7a9b2728adab38dd08a1c2fe574637f2
|
||||
Subproject commit 11dbde9601265d0d7253cd31d360f88dad025d22
|
Loading…
Reference in New Issue
Block a user