1. 10 7月, 2013 11 次提交
  2. 09 7月, 2013 3 次提交
  3. 08 7月, 2013 2 次提交
  4. 07 7月, 2013 2 次提交
  5. 06 7月, 2013 2 次提交
  6. 05 7月, 2013 4 次提交
  7. 04 7月, 2013 1 次提交
  8. 03 7月, 2013 13 次提交
  9. 02 7月, 2013 2 次提交
    • Ken Rice's avatar
      slight tweak to the spec file · e6ae610b
      Ken Rice 提交于
      e6ae610b
    • Anthony Minessale's avatar
      FS-5568 --resolve the real problem is that L=-1 is not valid because the L param… · c5b8d3ee
      Anthony Minessale 提交于
      FS-5568 --resolve the real problem is that L=-1 is not valid because the L param is about how many times to generate the output while generating the tone so -1 is impossible because it can never end to let you hear it.  The real fix is to not allow -1 loops=-1 is the correct way to do this because that is parsed after the tone is generated and repeats the entire thing.  Doing something like L=100 actually generates the whole slinear audio 100 times into memore where loops=100 only generates the little snippet and repeats it after it was generated.
      c5b8d3ee