kfr

Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
Log | Files | Refs | README

.editorconfig (124B)


      1 root = true
      2 
      3 [*]
      4 insert_final_newline = true
      5 
      6 charset = utf-8
      7 
      8 indent_style = space
      9 indent_size = 4
     10 
     11 [.sh]
     12 end_of_line = lf