ACIL FM
Dark
Refresh
Current DIR:
/usr/share/wireplumber/scripts
/
usr
share
wireplumber
scripts
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
access
-
chmod
Open
Rename
Delete
monitors
-
chmod
Open
Rename
Delete
create-item.lua
3.23 MB
chmod
View
DL
Edit
Rename
Delete
fallback-sink.lua
2.32 MB
chmod
View
DL
Edit
Rename
Delete
intended-roles.lua
2.03 MB
chmod
View
DL
Edit
Rename
Delete
policy-bluetooth.lua
10.88 MB
chmod
View
DL
Edit
Rename
Delete
policy-device-profile.lua
5.07 MB
chmod
View
DL
Edit
Rename
Delete
policy-device-routes.lua
13.74 MB
chmod
View
DL
Edit
Rename
Delete
policy-endpoint-client-links.lua
5.51 MB
chmod
View
DL
Edit
Rename
Delete
policy-endpoint-client.lua
6.95 MB
chmod
View
DL
Edit
Rename
Delete
policy-endpoint-device.lua
6.07 MB
chmod
View
DL
Edit
Rename
Delete
policy-node.lua
29.58 MB
chmod
View
DL
Edit
Rename
Delete
restore-stream.lua
12.66 MB
chmod
View
DL
Edit
Rename
Delete
static-endpoints.lua
910 B
chmod
View
DL
Edit
Rename
Delete
suspend-node.lua
1.46 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/share/wireplumber/scripts/static-endpoints.lua
-- WirePlumber -- -- Copyright © 2021 Collabora Ltd. -- @author Julian Bouzas <julian.bouzas@collabora.com> -- -- SPDX-License-Identifier: MIT -- Receive script arguments from config.lua local endpoints_config = ... function createEndpoint (factory_name, properties) -- create endpoint local ep = SessionItem ( factory_name ) if not ep then Log.warning (ep, "could not create endpoint of type " .. factory_name) return end -- configure endpoint if not ep:configure(properties) then Log.warning(ep, "failed to configure endpoint " .. properties.name) return end -- activate and register endpoint ep:activate (Features.ALL, function (item) item:register () Log.info(item, "registered endpoint " .. properties.name) end) end for name, properties in pairs(endpoints_config) do properties["name"] = name createEndpoint ("si-audio-endpoint", properties) end
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply