openvino-plugins-ai-audacity
A set of AI-enabled effects, generators, and analyzers for Audacity®.
File Explorer
Download Latest Version (.zip)- debian12_installation.md
- preferences_enabled.png
- README.md
- preferences_enabled.png
- README.md
- README.md
- loading.png
- menu.png
- output.png
- properties.png
- README.md
- loading.png
- README.md
- README.md
- loading.png
- output.png
- README.md
- audio_sr.cpp
- audio_sr.h
- audiosr_common.h
- autoencoder.cpp
- autoencoder.h
- ddim_sampler.cpp
- ddim_sampler.h
- ddpm_latent_diffusion.cpp
- ddpm_latent_diffusion.h
- distributions.h
- ittutils.h
- CMakeLists.txt
- encodec_encoder.h
- music_gen_decoder_cl.cpp
- music_gen_decoder_cl.h
- music_gen_decoder_full_batch1.h
- music_gen_decoder_full_batch2.h
- musicgen.cpp
- musicgen.h
- musicgen_config.h
- musicgen_decoder_model.h
- musicgen_for_causal_lm.cpp
- musicgen_for_causal_lm.h
- musicgen_for_conditional_generation.cpp
- musicgen_for_conditional_generation.h
- musicgen_model_static.cpp
- musicgen_model_static.h
- musicgen_utils.h
- deepfilter.cpp
- deepfilter.h
- dfnet.cpp
- dfnet.h
- dfnet_model.cpp
- dfnet_model.h
- multiframe.cpp
- multiframe.h
- noise_suppression_df_model.cpp
- noise_suppression_df_model.h
- noise_suppression_model.h
- noise_suppression_omz_model.cpp
- noise_suppression_omz_model.h
- CMakeLists.txt
- htdemucs.cpp
- htdemucs.h
- OpenVINO.cpp
- OVAudioSR.cpp
- OVAudioSR.h
- OVMusicGenerationLLM.cpp
- OVMusicGenerationLLM.h
- OVMusicSeparation.cpp
- OVMusicSeparation.h
- OVNoiseSuppression.cpp
- OVNoiseSuppression.h
- OVStringUtils.h
- OVWhisperTranscription.cpp
- OVWhisperTranscription.h
- add_ov_module.patch
- audacity_ai_plugins.iss
- audacity_no_vc_runtime_install.patch
- build.bat
- fetch_build_package.bat
- LICENSE_text.txt
- module_preferences.bmp
- package.bat
- prereq.bat
- README.md
- set_env.bat
- .gitignore
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE.txt
- README.md
- security.md
# Installation Guide
1. Get the code
git clone https://github.com/intel/openvino-plugins-ai-audacity
Downloads the entire project code from GitHub to your computer.
cd openvino-plugins-ai-audacity
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
cd mod-openvino
This project's files live in a subfolder, so move into it first.
mkdir build && cd build
Creates a folder to hold the build output and moves into it.
cmake ..
Analyzes the source code and generates build configuration files (must be run inside the build folder).
make
Compiles the code based on the generated build configuration to produce an executable.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
// repository documentation
Was this content helpful?
(0 ratings)
