- Timestamp:
- Nov 20, 2013, 1:52:32 AM (11 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 1e1a2c9
- Parents:
- cdfc394
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
rcdfc394 rd4c0932 45 45 46 46 def options(ctx): 47 add_option_enable_disable(ctx, 'double', default = False,48 help_str = 'compile aubio in double precision mode')49 47 add_option_enable_disable(ctx, 'fftw3f', default = False, 50 48 help_str = 'compile with fftw3f instead of ooura (recommended)', help_disable_str = 'do not compile with fftw3f') … … 61 59 add_option_enable_disable(ctx, 'samplerate', default = None, 62 60 help_str = 'compile with samplerate (auto)', help_disable_str = 'disable samplerate') 61 add_option_enable_disable(ctx, 'double', default = False, 62 help_str = 'compile aubio in double precision mode', 63 help_disable_str = 'compile aubio in single precision mode (default)') 63 64 64 65 ctx.add_option('--with-target-platform', type='string',
Note: See TracChangeset
for help on using the changeset viewer.