마이크로 들어가는 잡음을 줄여주는 프로그램입니다.
총쌈, 레이싱, 기타 등등 여러 가지로 참 좋은 프로그램입니다.
그런데 RTX 보이스란 이름이 마음에 걸렸는데 역시 GTX 그래픽카드에서 설치 에러가....
제 그래픽 카드는 GTX 1060 입니다.
RTXVoice 메모장 수정하면 GTX도 설치할 수 있어요.
우선 엔디비아 RTX 소개 및 다운로드 주소
https://www.nvidia.com/en-us/geforce/guides/nvidia-rtx-voice-setup-guide/
다이렉트 RTX 보이스 파일 다운로드 링크
https://developer.nvidia.com/rtx/broadcast_engine/secure/NVIDIA_RTX_Voice.exe
파일 받으면 실행한번 합니다.
실행하면 에러 메시지가 떠요. 짜증 ㅠ,.ㅠ
아래 경로에서 RTXVoice.nvi 찾습니다.
C:\temp\NVRTXVoice\NvAFX
찾으면 다른 폴더로 복사합니다. 복사한 파일을 마우스 오른쪽 눌러서 연결 프로그램 앱 중에 메모장으로 열어 줍니다.
내용을 싹 지우고 아래 내용을 붙여 넣기 하세요. [내용은 제일 아래쪽에 따로 표시할게요]
음!! 내용이 많다 ㅠ,.ㅠ
귀찮으면 수정한 파일을 따로 첨부해 둘게요. 그거 받으세요.
수정한 파일을 C:\temp\NVRTXVoice\NvAFX 경로에 넣어 줍니다.
그리고 아래 setup 아이콘 모양 실행!!
설치가 되면 마이크와 스피커 선택하시고 닫으시면 됩니다. 잡음 제거 성능 좋아요 ^^~
여기서 부터 복사해서 메모장에 넣는 문구
<?xml version="1.0" encoding="utf-8"?>
<nvi name="RTXVoice" title="${{title}}" version="${{version}}" versionText="${{version}}" timestamp="2020-04-08T11:15:23" disposition="default" installerMin="2.1002.64.316">
<strings>
<string name="title" value="NVIDIA RTX Voice Application"/>
<string name="version" value="0.5.12.6"/>
<string name="InstallLocation" value="${{NvidiaProgramFiles}}\NVIDIA RTX Voice"/>
<string name="AudioEffectsShortCutName" value="NVIDIA RTX Voice"/>
<string name="RTXVoiceBinaryName" value="NVIDIA RTX Voice.exe"/>
<string name="InstallBlockedMessage" value="${{title}} is not supported on your existing GPU. An RTX enabled GPU is needed for this application to run."/>
</strings>
<dependencies>
<package type="requires" package="RTXVoice.Driver"/>
</dependencies>
<extensions>
<extension file="RTXVoiceExt.dll"/>
</extensions>
<phases>
<setPropertyIf phase="checkIfRTXVoiceIsRunning" boolProperty="IsRTXVoiceRunning" when="install" onError="ignore" value="true">
<process name="${{RTXVoiceBinaryName}}" check="exists"/>
</setPropertyIf>
<exe phase="shutdownRTXVoice" name="nv\${{RTXVoiceBinaryName}}" condition="IsRTXVoiceRunning" when="install">
<arg value="-shutdown" quote="none"/>
<success value="0"/>
</exe>
<setPropertyIf phase="checkIfRTXVoiceIsStillRunning" boolProperty="ForceKillRTXVoice" when="install" onError="ignore" value="true">
<process name="${{RTXVoiceBinaryName}}" check="exists"/>
</setPropertyIf>
<exe phase="killRTXVoice" name="${{SystemDirectory}}\taskkill.exe" when="install" condition="ForceKillRTXVoice">
<arg value="/f /t /im" quote="none"/>
<arg value="${{RTXVoiceBinaryName}}"/>
</exe>
<standard phase="copyFiles">
<createDirectory target="${{InstallLocation}}"/>
<copyFile target="${{InstallLocation}}\denoiser_48k.wpkg" source="models\denoiser_48k.wpkg"/>
<copyFile target="${{InstallLocation}}\${{RTXVoiceBinaryName}}" source="nv\${{RTXVoiceBinaryName}}"/>
<copyFile target="${{InstallLocation}}\cudnn64_7.dll" source="nv\cudnn64_7.dll"/>
<copyFile target="${{InstallLocation}}\libcrypto-1_1-x64.dll" source="nv\libcrypto-1_1-x64.dll"/>
<copyFile target="${{InstallLocation}}\NvAFXPlugin.dll" source="nv\NvAFXPlugin.dll"/>
<copyFile target="${{InstallLocation}}\NVAudioEffects.dll" source="nv\NVAudioEffects.dll"/>
<copyFile target="${{InstallLocation}}\cublas64_10.dll" source="nv\cublas64_10.dll"/>
<copyFile target="${{InstallLocation}}\cublasLt64_10.dll" source="nv\cublasLt64_10.dll"/>
<copyFile target="${{InstallLocation}}\cufft64_10.dll" source="nv\cufft64_10.dll"/>
<copyFile target="${{InstallLocation}}\cudart64_101.dll" source="nv\cudart64_101.dll"/>
<copyFile target="${{InstallLocation}}\msvcp140.dll" source="nv\msvcp140.dll"/>
<copyFile target="${{InstallLocation}}\ucrtbase.dll" source="nv\ucrtbase.dll"/>
<copyFile target="${{InstallLocation}}\vcruntime140.dll" source="nv\vcruntime140.dll"/>
<copyFile target="${{InstallLocation}}\ThirdPartyLicenses.txt" source="nv\ThirdPartyLicenses.txt"/>
<copyFile target="${{InstallLocation}}\NVIDIA RTX Voice User Guide.pdf" source="nv\NVIDIA RTX Voice User Guide.pdf"/>
<copyFile target="${{InstallLocation}}\EULA.pdf" source="nv\EULA.pdf"/>
</standard>
<standard phase="createDesktopShortcut">
<createShortcutLink location="desktop" targetPath="${{InstallLocation}}\${{RTXVoiceBinaryName}}" linkName="${{AudioEffectsShortCutName}}" startIn="${{InstallLocation}}" runAsAdmin="false" iconPath="${{InstallLocation}}\${{RTXVoiceBinaryName}}"/>
</standard>
<standard phase="createStartMenuShortcut">
<createShortcutGroup location="startMenu" linkGroup="NVIDIA Corporation"/>
<createShortcutLink location="startMenu" targetPath="${{InstallLocation}}\${{RTXVoiceBinaryName}}" linkName="${{AudioEffectsShortCutName}}" linkGroup="NVIDIA Corporation" startIn="${{InstallLocation}}" runAsAdmin="false" iconPath="${{InstallLocation}}\${{RTXVoiceBinaryName}}"/>
</standard>
<standard phase="scheduleTaskForRTXVoice">
<scheduleTask action="create" taskName="RTXVoice" triggerType="logon" author="NVIDIA Corporation" description="NVIDIA RTX Voice Application" processPath="${{InstallLocation}}\${{RTXVoiceBinaryName}}" arguments="-minimized"/>
</standard>
<exe phase="LaunchApp" when="installClose" name="${{InstallLocation}}\${{RTXVoiceBinaryName}}" dir="${{InstallLocation}}" condition="!Global:RebootRequired" flags="nowait,noelevate"/>
<exe phase="killRTXVoice" name="${{SystemDirectory}}\taskkill.exe" when="uninstall" condition="ForceKillRTXVoice">
<arg value="/f /t /im" quote="none"/>
<arg value="${{RTXVoiceBinaryName}}"/>
</exe>
<setPropertyIf phase="checkIfRTXVoiceIsStillRunning" boolProperty="ForceKillRTXVoice" when="uninstall" onError="ignore" value="true">
<process name="${{RTXVoiceBinaryName}}" check="exists"/>
</setPropertyIf>
<exe phase="shutdownRTXVoice" name="${{InstallLocation}}\${{RTXVoiceBinaryName}}" condition="IsRTXVoiceRunning" when="uninstall">
<arg value="-shutdown" quote="none"/>
<success value="0"/>
</exe>
<setPropertyIf phase="checkIfRTXVoiceIsRunning" boolProperty="IsRTXVoiceRunning" when="uninstall" onError="ignore" value="true">
<process name="${{RTXVoiceBinaryName}}" check="exists"/>
</setPropertyIf>
</phases>
<manifest>
<file name="RTXVoice.nvi"/>
<file name="RTXVoiceExt.dll"/>
<file name="models\denoiser_48k.wpkg"/>
<file name="nv\cudnn64_7.dll"/>
<file name="nv\libcrypto-1_1-x64.dll"/>
<file name="nv\NvAFXPlugin.dll"/>
<file name="nv\NVAudioEffects.dll"/>
<file name="nv\NVIDIA RTX Voice.exe"/>
<file name="nv\cublas64_10.dll"/>
<file name="nv\cublasLt64_10.dll"/>
<file name="nv\cufft64_10.dll"/>
<file name="nv\cudart64_101.dll"/>
<file name="nv\msvcp140.dll"/>
<file name="nv\ucrtbase.dll"/>
<file name="nv\vcruntime140.dll"/>
<file name="nv\ThirdPartyLicenses.txt"/>
<file name="nv\NVIDIA RTX Voice User Guide.pdf"/>
<file name="nv\EULA.pdf"/>
</manifest>
</nvi>
'인터넷 방송' 카테고리의 다른 글
아프리카TV BJ토마토 페미니스트 해명 정리.TXT (0) | 2021.02.07 |
---|---|
BJ토마토 메X 오해 소지 발언 (0) | 2021.02.06 |
아프리카TV 비글즈 - 우산 M/V 9월18일 음원 발매 /비글즈 우산 다시듣기/철구/창현/남순/노래하는코트/킴성태/이소룡 (0) | 2020.09.18 |
아프리카TV 불륜사건 (0) | 2020.01.07 |
아프리카TV 큰손 빛바다사건 (0) | 2020.01.07 |