
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (92)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (7708)
-
Anomalie #2782 (Nouveau) : SPIP et MySQL 5
4 juillet 2012, par Thierry HorizonsBonjour, j’ai réalisé la mise à jour de SPIP 2 à SPIP 3, et j’ai eu plusieurs plantages liés à la définition des tables. Il faut dire que j’utilise le mode "STRICT_ALL_TABLES". Voici l’erreur et mes 3 questions. 1 - Erreur format TEXT¶ maj.log Jul 03 18:42:41 127.0.0.1 (pid 3004) :Pri : !INFO : maj meta (...)
-
Evolution #3916 : perf mysql : ne pas surcharger les recherches
19 novembre 2017, par jluc -Rq : je ne sais pas dans quels cas il est utile de ré-intégrer les petits mots, car je n’ai pas l’impression que ça ait un impact sur les résultats de recherche (à part les slow queries), mais le code proposé ci dessus préserve ce fonctionnement au cas où ça serait parfois utile.
-
Zoom custom ringtones
9 juillet 2021, par Ferenc KovácsI want to add a custom ringtone to Zoom (not implemented in the desktop clients). Did some digging around :


- 

- I see the delivered PCM binary files have a SILK_V3 encoding header (bin\ringtone\ringtone.xml).
- So in theory I could create a pcm audio file with Audacity or ffmpeg from wav/mp3
- then encode the raw audio with the Skype SILK SDK
- add the ringtone file to ringtone.xml and localization.xml with a new ID
- reboot Zoom : I should have a new ringtone












I have no luck guessing the ringtone parameters (channels, sampling bits, endianness, frequency, etc.)
Maybe someone on SO knows the details on the used format.
Tried to decode say Zoom\bin\ringtones\Ukulele.pcm with silk_v3_decoder from GitHub, but no luck for me, I get 960 x SOH char garbage output.