DragonFly commits List (threaded) for 2007-04
DragonFly BSD
DragonFly commits List (threaded) for 2007-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Simon Schubert <corecode@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 22 Apr 2007 15:04:20 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]