PortAudio.devices
— Methoddevices()
List the devices available on your system. Devices will be shown with their internal name, and maximum input and output channels.
diff --git a/dev/index.html b/dev/index.html
index 40a97ab..bb6c106 100644
--- a/dev/index.html
+++ b/dev/index.html
@@ -24,4 +24,4 @@ julia> PortAudioStream(2, 0; warn_xruns = false) do stream
buf = read(stream, 10s)
save(joinpath(tempname(), ".ogg"), buf)
end
-2 ssource List the devices available on your system. Devices will be shown with their internal name, and maximum input and output channels.PortAudio.devices
— Methodsourcedevices()
Settings
This document was generated with Documenter.jl version 0.27.10 on Friday 7 January 2022. Using Julia version 1.6.5.