googlecreativelab / open-nsynth-super

Open NSynth Super is an experimental physical interface for the NSynth algorithm
Apache License 2.0
2.42k stars 270 forks source link

Pipeline on server without GPU #7

Closed supchikov closed 6 years ago

supchikov commented 6 years ago

Can I run sound creating pipeline on a server without a GPU? I understand that the process will be long, but I do not have access to a server with a GPU.

nsynthsuper commented 6 years ago

Processing on a CPU rather than a GPU would take far longer than is practical (given the amount of audio that needs to be generated). It is also untested, and the pipeline in the repository has only been run on GPU.