Schurger.org

1 septembre 2009

Je peux réécouter mes vinyls !

Filed under: Audio — Jean Schurger @ 17:39

Enfin aprécier à nouveau l’album de Zappa Sleep Dirt version vinyl, et toutes ses nuances par rapport à la version CD officielle. Vinylrecord s’est occupé de faire la numérisation de mon album moyenant une modique somme, et le résultat est surprenant: je m’attendais à entendre un peu de souffle ou de craquement, mais ils sont quasiment innexistants ! en plus, la qualité de l’impression de la jaquette et du CD est à la hauteur de l’enregistrement.

19 juin 2007

CDImage.ape CDImage.ape.cue

Filed under: Audio — Jean Schurger @ 10:23

Que faire avec ça (sous linux).

Comme son nom l’indique, le format APE sert à compresser de la musique de singe.

Il sagit d’une compression non destructrice à l’instar de ZIP ou RAR pour les données, mais

la méthode à sans doute été conçue pour facilité la lecture, et le format doit pouvoir contenir des tags.

Plus d’informations sur cette technologie ici : http://www.monkeysaudio.com/

Mais, sous linux, qu’en faire ?

Je suis sur que des codecs existent pour vos lecteur favoris, je vais juste présenter deux programmes permettant d’extraire les morceaux de musique d’un fichier .ape accompagné de son .cue

Le premier est mac il permet de décompresser le fichier CDImage.ape en fichier WAV.

Il est disponible sur le site http://www.rarewares.org/

Mac s’utilise en ligne de commande (à partir d’un terminal), pour décompresser de la façon suivante.


$ mac CDImage.ape CDImage.wav -d


Decompressing…
Progress: 63.2% (54.0 seconds remaining, 92.6 seconds total)

Progress: 100.0% (0.0 seconds remaining, 143.5 seconds total)
Success…

d’autre fonctionnalités sont disponible et documentées en invoquant mac sans paramètre.

Le second est bchunk il permet de décompresser le fichier CDImage.ape en fichier WAV.

Il est disponible sur le site http://he.fi/bchunk (aussi packagé ubuntu sous le nom bchunk dans le dépôt universe)

Mac s’utilise en ligne de commande (à partir d’un terminal), pour décompresser de la façon suivante.

$ bchunk -w CDImage.wav CDImage.ape.cue morceau-

binchunker for Unix, version 1.2.0 by Heikki Hannikainen
Created with the kind help of Bob Marietta ,
partly based on his Pascal (Delphi) implementation.
Support for MODE2/2352 ISO tracks thanks to input from
Godmar Back , Colas Nahaboo
and Matthew Green .
Released under the GNU GPL, version 2 or later (at your option).

Reading the CUE file:

Track 1: AUDIO 01 00:00:00
.
.
.
Track 8: AUDIO 01 33:39:00

Writing tracks:

1: morceau-01.wav 36/36 MB [********************] 100 %
.
.
.
8: morceau-08.wav 28/28 MB [********************] 100 %

Et voila, plein de petits wav qui n’attendent que d’être gravés ou convertis en autre chose.

22 mai 2006

vkeybd

Filed under: Audio — Jean Schurger @ 12:50

here is a .vkeypdmap file for a French keyboard. Well, to give an idea of what it meens : there is a soft on linux that is called vkeybd. It’s a virtual midi keybord that work with asla. The goal is to use a PC keyboard and ‘plug’ it on midi devices. (eg: use your keyboard with a soft synth program like fluidsynth.

I give an simple example :

  1. Download a soundfont of the instrument of your taste (you’ll found some here : http://hammersound.net/cgi-bin/soundlink.pl) you have to found one in the sf2 format.
  2. To use virtual midi devices, you need to load the ’snd_virmidi’ kernel module (as root type modprobe snd_virmidi)
  3. start fluidsynth from a terminal, and tell him to load your soundfont : load instrument.sf2
  4. start vkeybd (you should have copied the .vkeybdmap that i propose file if you use a french keybord)
  5. use aconnect to make the link between vkeybd and fluidsynth : first, list you input aconnect -i, and list your outputs aconnect -o, you should see you virtuals devices (client 128: ‘Virtual Keyboard’ [type=user], and client 129: ‘FLUID Synth (16260)’ [type=user]), then connect the both : aconnect 129 128
  6. That’s all, now you can play music with you keyboard (or your mouse, clicking on the keys :) )

Ok, it’s a bit complicated, but there is some GUI for that : qsynth to use fluidsynth more easely, and aconnectgui.

Now, here is the file : vkeybdmap you can use it if you have a french keyboard, if you don’t, you’re free to modify it to match with your keyboard, it’s easy to understand.

Bon pianotage

Powered by WordPress