Initial commit
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>libtwovoip.macos.template_debug.universal.dylib</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>TwoVoIP</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>TwoVoIP</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>ru.dmitriysalnikov.twovoip</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright (c) Dmitriy Salnikov.</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.1.0</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.1.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CSResourcesFileMapped</key>
|
||||
<true/>
|
||||
<key>DTPlatformName</key>
|
||||
<string>macosx</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.15</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
[gd_resource type="AudioBusLayout" load_steps=2 format=3 uid="uid://dckdvxj335uso"]
|
||||
|
||||
[sub_resource type="AudioEffectOpusChunked" id="AudioEffectOpusChunked_j3pel"]
|
||||
resource_name = "OpusChunked"
|
||||
|
||||
[resource]
|
||||
bus/0/volume_db = 0.267241
|
||||
bus/1/name = &"Mic"
|
||||
bus/1/solo = false
|
||||
bus/1/mute = true
|
||||
bus/1/bypass_fx = false
|
||||
bus/1/volume_db = 0.0
|
||||
bus/1/send = &"Master"
|
||||
bus/1/effect/0/effect = SubResource("AudioEffectOpusChunked_j3pel")
|
||||
bus/1/effect/0/enabled = false
|
||||
Reference in New Issue
Block a user