FRANÇAIS:
Bonjour,
J'ai acheté et installé une carte son Wolfson sur mon Raspberry Pi B, puis installé le Master contenant les drivers et logiciels et fichiers de démonstrations sur ma carte SD.
-La lecture de fichiers FLAC fonctionne très bien (avec le casque audio branché sur la prise casque)
-l'enregistrement par les micros intégrés fonctionne également
-mais la capture par le port SPDIF In ne fonctionne pas
Voilà ce que j'entre par exemple pour enregistrer part le SPDIF (la prise blanche)
./SPDIF_record.sh
arecord –Dhw:0 –c 2 –f S16_LE –r 44100 test.wav
Et cela me rend un fichier vide quand je tente de le lire: aucun son.
Merci d'avance de votre aide!
ENGLISH
(sorry for my english i'm french)
Hi,
i had buy and instal an audio card Wolfson on my Raspberry Pi B, and install the Master of Raspbian includ all the drivers and software and demo files on my SD Card:
-The read of FLAC files (with an audio helmet plug on the wolfson helmet plug)
-The record by stereo mics on the board work too
-But the record by the SPDIF In (and the others) doesn't work.
Her what i writte on the terminal to try to record a test file by SPDIF In (the white one):
./SPDIF_record.sh
arecord –Dhw:0 –c 2 –f S16_LE –r 44100 test.wav
And i hear nothing when try to read the test.wav file.
Thanks in advance for any help




