
Recherche avancée
Médias (91)
-
Chuck D with Fine Arts Militia - No Meaning No
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Paul Westerberg - Looking Up in Heaven
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Le Tigre - Fake French
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Thievery Corporation - DC 3000
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Dan the Automator - Relaxation Spa Treatment
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Gilberto Gil - Oslodum
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (50)
-
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
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 (8390)
-
ffmpeg android porting help me
13 février 2018, par Mr.HanMy development environment is Windows10 - 64bit .
It is set to Android development environment
I am trying to compile ffmpeg.
I installed cygwin and installed cygwin.
gcc related all, dos2unix, make, automake.
ffmpeg version is 3-2.10.-
configure file
BeforeSLIBNAME_WITH_MAJOR=’$(SLIBNAME).$(LIBMAJOR)’
LIB_INSTALL_EXTRA_CMD=’$$(RANLIB) "$(LIBDIR)/$(LIBNAME)"’
SLIB_INSTALL_NAME=’$(SLIBNAME_WITH_VERSION)’
SLIB_INSTALL_LINKS=’$(SLIBNAME_WITH_MAJOR) $(SLIBNAME)’
After
SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(FULLNAME)-$(LIBMAJOR)$(SLIBSUF)'
LIB_INSTALL_EXTRA_CMD='$$(RANLIB) "$(LIBDIR)/$(LIBNAME)"'
SLIB_INSTALL_NAME='$(SLIBNAME_WITH_MAJOR)'
SLIB_INSTALL_LINKS='$(SLIBNAME)'-
build_android.sh
!/bin/bash
NDK=c :/Users/storm/AppData/Local/Android/Sdk/ndk-bundle
SYSROOT=$NDK/platforms/android-16/arch-arm/
TOOLCHAIN=$NDK/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64
CUR=cygpath -m $(pwd)
TEMPDIR=cygpath -m /tmp
TMP=cygpath -m /tmp
function build_one
sed -i ’s/ln_s="ln -s -f"/ln_s="cp -f"/g’ ./configure
./configure \
— prefix=$PREFIX \
— enable-shared \
— disable-static \
— disable-doc \
— disable-ffmpeg \
— disable-ffplay \
— disable-ffprobe \
— disable-ffserver \
— disable-avdevice \
— disable-doc\
— disable-symver \
— cross-prefix=$TOOLCHAIN/bin/arm-linux-androideabi- \
— target-os=linux \
— arch=arm \
— enable-cross-compile \
— sysroot=$SYSROOT \
— extra-cflags="-Os -fpic $ADDI_CFLAGS" \
— extra-ldflags="$ADDI_LDFLAGS"\
$ADDITIONAL_CONFIGURE_FLAG
sed -i’:a ;N ;$ !ba ;s/gcc 4.9\r/gcc 4.9/g’ ./config.h
sed -i’:a ;N ;$ !ba ;s/gcc 4.9\r/gcc 4.9/g’ ./config.makmake clean
make
make install
CPU=arm
PREFIX=$CUR/android/$CPU
ADDI_CFLAGS="-marm"
build_one
Where is the problem ?
Please help me. -
-
Merge commit ’6fee1b90ce3bf4fbdfde7016e0890057c9000487’
5 mai 2013, par Michael NiedermayerMerge commit ’6fee1b90ce3bf4fbdfde7016e0890057c9000487’
* commit ’6fee1b90ce3bf4fbdfde7016e0890057c9000487’ :
avcodec : Add av_cold attributes to init functions missing themConflicts :
libavcodec/aacpsy.c
libavcodec/atrac3.c
libavcodec/dvdsubdec.c
libavcodec/ffv1.c
libavcodec/ffv1enc.c
libavcodec/h261enc.c
libavcodec/h264_parser.c
libavcodec/h264dsp.c
libavcodec/h264pred.c
libavcodec/libschroedingerenc.c
libavcodec/libxvid_rc.c
libavcodec/mpeg12.c
libavcodec/mpeg12enc.c
libavcodec/proresdsp.c
libavcodec/rangecoder.c
libavcodec/videodsp.c
libavcodec/x86/proresdsp_init.cMerged-by : Michael Niedermayer <michaelni@gmx.at>
- [DH] libavcodec/aacpsy.c
- [DH] libavcodec/ac3enc.c
- [DH] libavcodec/atrac3.c
- [DH] libavcodec/audio_frame_queue.c
- [DH] libavcodec/avfft.c
- [DH] libavcodec/bgmc.c
- [DH] libavcodec/bink.c
- [DH] libavcodec/binkdsp.c
- [DH] libavcodec/dcadsp.c
- [DH] libavcodec/dnxhdenc.c
- [DH] libavcodec/dsputil.c
- [DH] libavcodec/dvdsubdec.c
- [DH] libavcodec/eac3enc.c
- [DH] libavcodec/ffv1.c
- [DH] libavcodec/ffv1enc.c
- [DH] libavcodec/flac_parser.c
- [DH] libavcodec/h261enc.c
- [DH] libavcodec/h264_parser.c
- [DH] libavcodec/h264chroma.c
- [DH] libavcodec/h264dsp.c
- [DH] libavcodec/h264pred.c
- [DH] libavcodec/h264qpel.c
- [DH] libavcodec/iirfilter.c
- [DH] libavcodec/ituh263dec.c
- [DH] libavcodec/ituh263enc.c
- [DH] libavcodec/ivi_common.c
- [DH] libavcodec/libschroedinger.c
- [DH] libavcodec/libschroedingerenc.c
- [DH] libavcodec/libxvid_rc.c
- [DH] libavcodec/mlpdsp.c
- [DH] libavcodec/mpc.c
- [DH] libavcodec/mpeg12.c
- [DH] libavcodec/mpeg12enc.c
- [DH] libavcodec/mpeg4videoenc.c
- [DH] libavcodec/mpegaudiodec.c
- [DH] libavcodec/mpegaudiodsp.c
- [DH] libavcodec/mpegaudiodsp_template.c
- [DH] libavcodec/mpegvideo.c
- [DH] libavcodec/msmpeg4enc.c
- [DH] libavcodec/pngdsp.c
- [DH] libavcodec/proresdsp.c
- [DH] libavcodec/ralf.c
- [DH] libavcodec/rangecoder.c
- [DH] libavcodec/ratecontrol.c
- [DH] libavcodec/roqvideoenc.c
- [DH] libavcodec/sipr16k.c
- [DH] libavcodec/utils.c
- [DH] libavcodec/vc1.c
- [DH] libavcodec/vc1_parser.c
- [DH] libavcodec/videodsp.c
- [DH] libavcodec/vorbisdsp.c
- [DH] libavcodec/vp56dsp.c
- [DH] libavcodec/wma.c
- [DH] libavcodec/wmadec.c
- [DH] libavcodec/wmaenc.c
- [DH] libavcodec/x86/h264chroma_init.c
- [DH] libavcodec/x86/proresdsp_init.c
-
Audio effect ( a 20ms delay between right and the left channel) using Web Audio API or any Javascript Audio Library like howler.js, tone.js ?
15 juillet 2020, par questionare_101I was wondering if there any option in howler.js, tone.js or any other javascript audio library which I can use to add a 20ms delay between the right and the left channel which makes the audio listening experience more immersive.


Can it be achieved using Audio sprites with howler.js ? (but I guess it can't separate the right and the left channels)
https://medium.com/game-development-stuff/how-to-create-audiosprites-to-use-with-howler-js-beed5d006ac1


Is there any ?


Have also asked the same quest here : https://github.com/goldfire/howler.js/issues/1374


I usually enable this option under ffdshow audio processor while playing audio using MPC-HC (Mega Version) on my pc. I was wondering how can I do it using Web Audio API or howler.js ?




Somewhat like this kind of effect : Just delay the either channel by 20ms
Like we do in Adobe Audition