SoundID VoiceAI files are located under hidden directories on Windows and macOS. This guide provides step-by-step instructions on how to locate these files.
In this article:
- Why show hidden files and folders?
- See hidden files on Mac via Finder
- See hidden files on Windows via Explorer
Why show hidden files and folders?
Accessing hidden files and folders might be necessary to perform certain actions with SoundID VoiceAI (for example, collecting log files, or accessing the audio files generated using the plugin).
Show hidden files on macOS
- Open the Finder app
- Press Command + Shift + . (Dot)
- Repeat the command to hide them again
Hidden files can also be shown and hidden again by executing these commands in the Terminal utility:
defaults write com.apple.finder "AppleShowAllFiles" -bool "true" && killall Finder defaults write com.apple.finder "AppleShowAllFiles" -bool "false" && killall Finder
Show hidden files on Windows
- Click on View in Windows Explorer
- Check the Hidden Items checkbox
- Uncheck the Hidden Items checkbox to hide hidden items again
0 comments