cvs commit: src/games/morse morse.6 morse.c

Simon Schubert corecode at crater.dragonflybsd.org
Sun Apr 22 15:05:40 PDT 2007


corecode    2007/04/22 15:04:20 PDT

DragonFly src repository

  Modified files:
    games/morse          morse.6 morse.c 
  Log:
  Add the possibility to dump the generated audio to a file instead of playing it.
  
  This can be used to create morse mp3s from input texts, like this:
  
  	morse -o | lame -r -s 44.1 -x -m m --resample 11 - morse.mp3
  
  Add a comment on the timing calculation.
  
  Revision  Changes    Path
  1.5       +6 -0      src/games/morse/morse.6
  1.5       +27 -8     src/games/morse/morse.c


http://www.dragonflybsd.org/cvsweb/src/games/morse/morse.6.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/games/morse/morse.c.diff?r1=1.4&r2=1.5&f=u





More information about the Commits mailing list