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/assets/themes/documenter-dark.css b/dev/assets/themes/documenter-dark.css
index f74a287..3608141 100644
--- a/dev/assets/themes/documenter-dark.css
+++ b/dev/assets/themes/documenter-dark.css
@@ -7090,13 +7090,13 @@ html.theme--documenter-dark {
position: relative;
overflow: hidden; }
html.theme--documenter-dark pre code, html.theme--documenter-dark pre code.hljs {
- padding: 0 0.5rem;
+ padding: 0 0.5rem !important;
overflow: auto;
display: block; }
html.theme--documenter-dark pre code:first-of-type, html.theme--documenter-dark pre code.hljs:first-of-type {
- padding-top: 0.7rem; }
+ padding-top: 0.7rem !important; }
html.theme--documenter-dark pre code:last-of-type, html.theme--documenter-dark pre code.hljs:last-of-type {
- padding-bottom: 0.7rem; }
+ padding-bottom: 0.7rem !important; }
html.theme--documenter-dark pre .copy-button {
opacity: 0.2;
transition: opacity 0.2s;
diff --git a/dev/assets/themes/documenter-light.css b/dev/assets/themes/documenter-light.css
index c9a0142..f3e70f4 100644
--- a/dev/assets/themes/documenter-light.css
+++ b/dev/assets/themes/documenter-light.css
@@ -7004,13 +7004,13 @@ pre {
position: relative;
overflow: hidden; }
pre code, pre code.hljs {
- padding: 0 0.5rem;
+ padding: 0 0.5rem !important;
overflow: auto;
display: block; }
pre code:first-of-type, pre code.hljs:first-of-type {
- padding-top: 0.7rem; }
+ padding-top: 0.7rem !important; }
pre code:last-of-type, pre code.hljs:last-of-type {
- padding-bottom: 0.7rem; }
+ padding-bottom: 0.7rem !important; }
pre .copy-button {
opacity: 0.2;
transition: opacity 0.2s;
diff --git a/dev/index.html b/dev/index.html
index bbc5514..e7930b7 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
— Methoddevices()
Settings
This document was generated with Documenter.jl version 0.27.14 on Wednesday 9 March 2022. Using Julia version 1.6.5.