View Single Post
Old 05-13-2012, 04:48 PM   #13
inameiname
Groupie
inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.
 
Posts: 159
Karma: 20390
Join Date: Feb 2009
Device: none
Quote:
Originally Posted by cscat View Post
For Kindle 3 yes, but not for Kindle 4 as the latter lacks microphone. One can easily integrate arecord and aplay into launchpad (if not done yet! ). But I just have Touch, so ...
Ah, thanks for the info. I don't have a Kindle 4, and forgot it lacked a microphone. So on a Kindle 3 you can run/install it the same way as on the KT?

And there are indeed Launchpad shortcuts already to record on the Kindle 3. Actually, the very same commands are also in a Kindlet called K3MusicManager. They are a few variations to the following that use arecord, but these seem to be the best:

audio_recorder.ini
Code:
[Actions]

; Audio Recorder (stored in 'audio' folder, and playable as audiobook)
A E = !kill -15 `pidof arecord`; dbus-send --system /default com.lab126.powerd.resuming int32:1 &
A S = !RECDIR=audible; [ -d "/mnt/us/$RECDIR" ] || mkdir -p "/mnt/us/$RECDIR"; arecord -qN /mnt/us/$RECDIR/_record_$(date +'%Y-%m-%d_%H-%M-%S').wav!.mp3 &
inameiname is offline   Reply With Quote