
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (51)
-
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (10819)
-
Skip headers not designed to work standalone during ’make checkheaders’.
4 juin 2011, par Diego BiurrunSkip headers not designed to work standalone during ’make checkheaders’.
-
doc:Partial update of our issue tracker doc. More work needed, volunteers welcome.
9 mai 2011, par Michael Niedermayerdoc:Partial update of our issue tracker doc. More work needed, volunteers welcome.
-
How to get rec script of SOX to work on Android ?
1er mai 2013, par Arif NadeemI built sox for
Android
and I am using the generated binary files i.e.sox, rec, play and soxi
generated directly in my app by installing them as binaries within my app.I am able to invoke commands using
sox
directly however I have a problem in invokingrec
command.I used the following command,
rec -r 8000 -c 2 output.wav
But it fails saying thatsox is not found
orsox is expected but is not found
.The above rec command works perfectly in Ubuntu when I use it in command line
Please note that I am able to use operation related to
sox
binary successfully, but I am unable to use commands related torec
binary.Initially I thought the problem may be because of permissions imposed by Android so I included these permissions in
manifest.xml
but to no avail.I did some research and got this link, it says in section Using Sox to Play and Record that there might be some Linux systems which do not accept
rec
command directly.I followed his suggestion and appended my commands with
padsp
etc, but it still doesn't work.So my question is how do I invoke rec command successfully on Android system, has anyone tried this before ?