
Recherche avancée
Autres articles (26)
-
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (3872)
-
Anomalie #3592 (Nouveau) : Robots.txt.html et tests de compatibilité mobile de Google
14 novembre 2015, par chris gaillardDans robots.txt.html les Disallow bloquent l’accès de Google aux feuilles de styles, js nécessaire à l’affichage responsive et bloque les tests de validité mobile donc nuisent à leur référencement.
Il serait préférable de supprimer les disallow suivantsDisallow : /local/
Disallow : /ecrire/
Disallow : /plugins-dist/
Disallow : /lib/
Disallow : /plugins/
Disallow : /prive/
Disallow : /squelettes-dist/
Disallow : /squelettes/ -
Revision e125286d9c : update cpplint latest from (r103) : http://google-styleguide.googlecode.com/svn/
3 mai 2013, par James ZernChanged Paths :
Modify /tools/cpplint.py
update cpplintlatest from (r103) :
http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.pyChange-Id : I474bf11e0f08115d5e579c92f43577978960d4ed
-
What role does bit rate play in the accuracy of Google Speech To Text transcription ?
11 novembre 2020, par Jash ShahI am helping a client convert a video file using
ffmpeg
and they originally used-b:a 64k
while transcoding their video to audio at a sampling rate (-ar 44100
argument inffmpeg
) of 44100. Their objective is that they want to generate the most accurate transcriptions using the Google Cloud Speech To Text API.

While combing through their documentation I did not find anything on how bit rate impacts the accuracy of the transcription. So my question is thus - would using a higher bit rate such as
128k
help me in getting better transcriptions or does it not matter ?