Skip to content
forked from Harinlen/GPUraku

A CUDA powered audio decoding framework for FLAC. Forked for backward compatibility on Ubuntu 16.04 and 18.04

License

Notifications You must be signed in to change notification settings

tangram67/GPUraku

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPUraku Drei Mk.X

Copyright (C) 2017-2018 Haolei Ye and Eric McCreath

Forked from https://github.com/Harinlen/GPUraku for backward compatibility on the following Ubuntu versions:

  • Ubuntu 16.04, gcc 5.4.0, nvcc 7.5 (packet manager version), driver version 418.56 (packet manager version)
  • Ubuntu 18.04, gcc 7.5.0, nvcc 11.0 (manually installed with cuda_11.0.3_450.51.06_linux.run), driver version 450.102.04 (packet manager version)

Pascal support removed in regard of compiler downward compatibility.

Overview

GPUraku is a CUDA powered audio decoding framework.

Dependencies

  • CMake (>=2.8)
  • GCC (>=5.0)
  • nvcc (>=8.0)

Compile

To compile GPUraku, ensure you have installed all the dependencies, then execute

cmake -DCMAKE_BUILD_TYPE=Release .

after that, execute

make

A simple example has been built under bin directory.

License

GPUraku is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

GPUraku is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with GPUraku. If not, see http://www.gnu.org/licenses/.

For more information, please see LICENSES.

About

A CUDA powered audio decoding framework for FLAC. Forked for backward compatibility on Ubuntu 16.04 and 18.04

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 80.5%
  • Cuda 11.6%
  • CMake 6.5%
  • Shell 1.4%