The Wayback Machine - https://web.archive.org/web/20210124064923/https://github.com/sgmackie/Polar
Skip to content
ECS
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

Polar

About:

Realtime audio engine that leverages CUDA for parallel processing.

Build:

All platforms were built using Clang (8.0): https://releases.llvm.org/download.html

CUDA kernels built using NVCC (10.1): https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/

  • Windows (x64):
    • VS2017: Call vcvars64.bat from the Visual Studio install directory
    • NVCC: Run build_cuda.bat
    • Clang: Run build.bat
  • Linux (x64):
    • NVCC: Run build_cuda.sh
    • Clang: Run build.sh

Acknowledgments:

About

Audio engine for CUDA processing (Windows/Linux)

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages