Update Play-WAV.ps1

This commit is contained in:
I-Am-Jakoby 2022-12-20 17:38:07 -06:00 committed by GitHub
parent aa1751f414
commit 42522fb68c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,11 @@
############################################################################################################################################################ ############################################################################################################################################################
# Download Sound (When using your own link "dl=0" needs to be changed to "dl=1") # Download Sound (When using your own link "dl=0" needs to be changed to "dl=1")
iwr https:// <Your DropBox shared link intended for file> ?dl=1 -O $env:TMP\e.wav # This is for if you want to host your own instance of this script
#$wav = ""
iwr $wav -O $env:TMP\e.wav
############################################################################################################################################################ ############################################################################################################################################################