WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: flRec (FLTK Audio Recorder)  (Read 3633 times)

Offline SamK

  • Hero Member
  • *****
  • Posts: 713
flRec (FLTK Audio Recorder)
« on: December 23, 2010, 02:35:38 AM »
Based on the discussion in this topic:
http://forum.tinycorelinux.net/index.php?topic=8190.0
There seems to be a gap between heavyweight GUI apps such as Audacity and lightweight CLI apps providing some similar functionality.

With a low resource requirement, this looks to fit the gap quite well:
http://www.matteolucarelli.net/flrec/index_en.htm
It provides an FLTK GUI to SoX and in addition to easy playing/recording/transcoding it offers a range of effects; Normalize, Key Shift, Tempo, Reverb, Echo, Speed Modifier, Reverse Sample, Earwax (headphone filter).

It will be a useful addition to the repository.
   

Offline Jakob Bysewski

  • Newbie
  • *
  • Posts: 40
Re: flRec (FLTK Audio Recorder)
« Reply #1 on: December 23, 2010, 03:44:31 AM »
Nice one!
I'll make an extension for it - probably later this day.

Offline Jakob Bysewski

  • Newbie
  • *
  • Posts: 40
Re: flRec (FLTK Audio Recorder)
« Reply #2 on: December 23, 2010, 04:24:54 AM »
Done and submitted to the tce repository - just in case you want it now I'll attach it to this post (if you copy the contents into your tce/optional directory you'll be able to load it on the command line).
Because of the maximum of 128k per attachment I had to split it into two parts - I hope this is okay with the admins.

Download the two parts and do the following:
Code: [Select]
cat flrec.tar.gz.* > flrec.tar.gz

[removed, see 1]
« Last Edit: December 23, 2010, 10:33:22 AM by ^thehatsrule^ »

Offline SamK

  • Hero Member
  • *****
  • Posts: 713
Re: flRec (FLTK Audio Recorder)
« Reply #3 on: December 23, 2010, 11:15:37 PM »
Done and submitted to the tce repository...
Many thanks for submitting this so quickly. 

If the author had also included the SoX functions to fade, reduce noise and trim, this would be almost a mini Audacity, albeit with just the most common tools.  I'll keep a lookout for lightweight versions of these also.

flrec.tcz does not have an icon or .desktop entry, would you consider adding these also?
   

Offline Jakob Bysewski

  • Newbie
  • *
  • Posts: 40
Re: flRec (FLTK Audio Recorder)
« Reply #4 on: December 24, 2010, 12:40:32 AM »
Just for reference:
SamK sent me icon and .desktop - I'll get to it again after christmas.