UNPKG
pw-client
Version:
latest (1.0.0)
1.0.0
Node.js wrapper for developing PipeWire clients
github.com/apoco/node-pw-client
apoco/node-pw-client
pw-client
/
dist
/
index.mjs
5 lines
(4 loc)
•
202 B
JavaScript
View Raw
1
2
3
4
5
export
{ startSession }
from
"./session.mjs"
;
export
{
AudioQuality
}
from
"./audio-quality.mjs"
;
export
{
AudioFormat
}
from
"./audio-format.mjs"
;
export
{
BufferStrategy
}
from
"./buffer-config.mjs"
;