gnome-sound-recorder from gnome-media

Connected From File gnome-sound-recorder $whereis gnome-sound-recorder gnome-sound-recorder: /usr/bin/gnome-sound-recorder /usr/share/gnome-sound-recorder /usr/share/man/man1/gnome-sound-recorder.1.gz $ Find $apt-file find gnome-sound-recorder | grep bin gnome-media: /usr/bin/gnome-sound-recorder $ Debian Package $apt-cache show gnome-media Package: gnome-media Version: 2.30.0-1 Installed-Size: 640 Maintainer: Debian GNOME Maintainers Architecture: amd64 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.2.5), libcairo2 (>= 1.2.4), libcanberra-gtk0 (>= 0.4), libcanberra0 (>= 0.2), libfontconfig1 …

songclip rolling in the deep cover Oct 10 2011

[audio:http://www.beautifulwork.org/wp-content/uploads/2011/10/rollinnew.mp3] Audio Recorder : gnome-sound-recorder 2.30.0 Details : recorded as a wav file. Play $aplay rollinnew.wav Playing WAVE ‘rollinnew.wav’ : Signed 32 bit Little Endian, Rate 22050 Hz, Mono $ MP3 Conversion : pacpl Details : $pacpl rollinnew.wav -to mp3 Perl Audio Converter – 4.0.5 Converting: [rollinnew.wav] -> [mp3] ..done. Total files converted: 1, failed: …

songclip rolling in the deep cover Oct 9 2011

[audio:http://www.beautifulwork.org/wp-content/uploads/2011/10/rollin.mp3] Audio Recorder : gnome-sound-recorder 2.30.0 Details : recorded as a wav file. Play $mplayer rollin.wav MPlayer SVN-r33057 (C) 2000-2010 MPlayer Team Can’t open joystick device /dev/input/js0: No such file or directory Can’t init input joystick mplayer: could not connect to socket mplayer: No such file or directory Failed to open LIRC support. You will …

songclip rolling in the deep cover Oct 8 2011

[audio:http://www.beautifulwork.org/wp-content/uploads/2011/10/scars.mp3] Audio Recorder : gnome-sound-recorder 2.30.0 Details : recorded as a wav file. Play $mplayer scars.wav MPlayer SVN-r33057 (C) 2000-2010 MPlayer Team Can’t open joystick device /dev/input/js0: No such file or directory Can’t init input joystick mplayer: could not connect to socket mplayer: No such file or directory Failed to open LIRC support. You will …

songclip rolling in the deep cover Oct 6 2011

[audio:http://www.beautifulwork.org/wp-content/uploads/2011/10/roll1.mp3] Audio Recorder : gnome-sound-recorder 2.30.0 Details : recorded as a wav file. Merging : $cat roll2.wav >> roll1.wav MP3 Conversion : ffmpeg Details : $ffmpeg -i roll1.wav -ab 320k roll1.mp3 FFmpeg version git-6a7e074, Copyright (c) 2000-2011 the FFmpeg developers built on Mar 8 2011 09:54:27 with gcc 4.5.2 configuration: –prefix=/usr –extra-cflags=’-Wall -g ‘ –cc=’ccache …

songclip O Re Piya Cover October 4 2011

[audio:http://www.beautifulwork.org/wp-content/uploads/2011/10/second.mp3] Audio Recorder : gnome-sound-recorder 2.30.0 Details : recorded as a wav file. MP3 Conversion : ffmpeg Details : $ffmpeg -i second.wav -ab 320k second.mp3 FFmpeg version git-6a7e074, Copyright (c) 2000-2011 the FFmpeg developers built on Mar 8 2011 09:54:27 with gcc 4.5.2 configuration: –prefix=/usr –extra-cflags=’-Wall -g ‘ –cc=’ccache cc’ –enable-shared –enable-libmp3lame –enable-gpl –enable-libvorbis –enable-pthreads …

songclip O Re Piya Cover

[audio:http://www.beautifulwork.org/wp-content/uploads/2011/10/testo.mp3] Related Exposure Follows… Audio Recorder : gnome-sound-recorder 2.30.0 Details : recorded as a wav file. MP3 Conversion : ffmpeg Details : $ffmpeg -i o-re-piya.wav -ab 320k o-re-piya.mp3 FFmpeg version git-6a7e074, Copyright (c) 2000-2011 the FFmpeg developers built on Mar 8 2011 09:54:27 with gcc 4.5.2 configuration: –prefix=/usr –extra-cflags=’-Wall -g ‘ –cc=’ccache cc’ –enable-shared –enable-libmp3lame …

sq – squeeze a sorted word list unsq – unsqueeze a sorted word list

A UNIX Command $cat sorted A B C D E F G $sq result $cat result 0A 0B 0C 0D 0E 0F 0G $unsq final $cat final A B C D E F G $ UNIX Explanation The squeezing is achieved by eliminating common prefixes, and replacing them with a single character which encodes the …