Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Effects SDK logo

Audio Effect SDK Desktop Sample

There is source code of the desktop sample application of the Audio Effects SDK.
This sample demonstrates how to use the Audio Effects SDK.

Requirements

Download a release of Audio Effects SDK

Windows

  • Visual Studio 2022
  • CMake 3.29 or newer
  • Qt 6.8

macOS

  • Xcode 13 or newer
  • CMake 3.29 or newer
  • Qt 6.5

How To Build

Windows

  1. Configure the project
cmake -G "Visual Studio 17 2022" -A x64 -S . -B build ^
 -DAUDIO_EFFECTS_SDK_DIR=%CD%/audio-effects-sdk/x64 ^ 
 -DCMAKE_INSTALL_PREFIX=%CD%/output_app
  1. Build the project
cmake --build build --config Release
  1. Install
cmake --install build --config Release

Don't use --prefix, use -DCMAKE_INSTALL_PREFIX in the configure step instead

The built application must be inside %CD%/output_app. Run AudioEffectsSDKDemo.exe file.

macOS

  1. Configure the project
cmake -G Xcode -S . -B build ^
 -DAUDIO_EFFECTS_SDK_DIR=%CD%/audio-effects-sdk ^ 
 -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64"
  1. Build the project
cmake --build build --config Release
  1. Run the app

The app bundle must be placed at build/Release/AudioEffectsSDKDemo.app.

About

Audio Effects SDK Integration Sample for Desktops (Win, Mac, Linux)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages