Skip to content

Commit

Permalink
nuspec update
Browse files Browse the repository at this point in the history
  • Loading branch information
antongit committed Apr 24, 2024
1 parent 4f4133c commit 774d0a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions VL.Audio/README.md → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ For use with vvvv, the visual live-programming environment for .NET: http://visu
- Usage examples and more information are included in the pack and can be found via the [Help Browser](https://thegraybook.vvvv.org/reference/hde/findinghelp.html)

## Audio driver selection and configuration
![VL.Audio Configuration UI](https://raw.githubusercontent.com/vvvv/VL.Audio/main/.github/images/ConfigurationUI.png)
![VL.Audio.UI Settings UI](https://raw.githubusercontent.com/vvvv/VL.Audio/main/.github/images/ConfigurationUI.png)

As soon as VL.Audio is referenced in a document, the Configuration UI is available via `Quad -> Extensions -> VL.Audio.Configuration` or <span class="keyseq"><kbd>Alt</kbd><kbd>C</kbd></span>. Here you can choose between the system default WASAPI driver or any installed ASIO driver and configure its inputs and outputs. Changing the sample rate for the WASAPI driver is only possible via the Windows Sound Settings!
As soon as VL.Audio is referenced in a document, the Settings UI is available via `Quad -> Extensions -> VL.Audio.Configuration` or <span class="keyseq"><kbd>Alt</kbd><kbd>C</kbd></span>. Here you can choose between the system default WASAPI driver or any installed ASIO driver and configure its inputs and outputs. Changing the sample rate for the WASAPI driver is only possible via the Windows Sound Settings!

You can also offer this UI in exported applications, see "HowTo Use ConfigurationUI in your patch".

Expand Down
2 changes: 1 addition & 1 deletion VL.Audio/deployment/VL.Audio.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<file src="..\*.vl" target="" exclude="" />
<file src="..\help\**" target="help\" exclude="" />
<file src="..\README.md" target="docs\" />
<file src="..\.github\images\*" target="docs\" />
<file src="..\..\.github\images\*" target="docs\" />
<file src="nugeticon.png" target="icon\" />
</files>
</package>

0 comments on commit 774d0a4

Please sign in to comment.