marcosschroh / cookiecutter-faust

A Cookiecutter template for creating Faust projects quickly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option for custom codecs

marcosschroh opened this issue · comments

The new option should be:

include_custom_codecs [n]

If the user type y we should create a new folder that contains the custom codecs and add the key faust.codecs to the entry_points option pointing to the folder that contains the codec.

related to #20