Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-12Lowering latency of jack a little depending on buffer size.Joerg Mueller
2010-02-112.5 Audio: The jack backend is now realtime capable and will not produce so ↵Joerg Mueller
much xruns anymore. :-)
2010-02-08MSVC projectfilesAndrea Weikert
* quick update for audaspace
2010-02-082.5 Audio:Joerg Mueller
- Using libsamplerate again, doesn't seem to be the bug source. - Changed sequencer audio to work with 2 channels and 44.1 kHz fixed.
2010-02-082.5 Audio:Joerg Mueller
- Python script to crossfade two sound strips in the sequencer - Fix for the libsamplerate code producing awful audio when resampling sequencer strips - Changed default resampler to a linear one (as temporary workaround for a bug that seems to be in the samplerate code) - Fix for the OpenAL device to return a more accurate playback position
2010-02-08Warning fixes, one actual bug found in sequencer sound wave drawing. AlsoBrecht Van Lommel
changed some malloc to MEM_mallocN while trying to track down a memory leak.
2010-02-08NULL check if file cant be read.Campbell Barton
2010-02-082.5 Audio:Joerg Mueller
- recode of the whole sequencer audio handling - encode audio flag removed, instead you choose None as audio codec, added None for video codec too - ffmpeg formats/codecs: enabled: theora, ogg, vorbis; added: matroska, flac (not working, who can fix?), mp3, wav - sequencer wave drawing - volume animation (now also working when mixing down to a file!) - made sequencer strip position and length values unanimatable
2010-01-19- AIX ifdef's so windows works, cant test but this seems the most used ↵Campbell Barton
define. might need to add to buildsystem config. - transform default scale was too hight, calls to random were inconsistant. (fault of own modif's) - cmake openal include was added twice on recent commit.
2010-01-18Removed workaround from weekend. See mailing list for details.Joerg Mueller
2010-01-18cmake was missing openal include pathCampbell Barton
2010-01-17Short term workaround for OpenAL + pulse bugs on ubuntu. Not sure if it ↵Joerg Mueller
works, people have to test and report please, I don't have ubuntu. Longer term we hope for an update of the ubuntu packages to fix the problem.
2010-01-07Attempt to fix build error on WindowsMatt Ebb
2010-01-05MSVC 9 projectfiles Andrea Weikert
* update for audaspace * added object_bake.c
2010-01-01Added another three effects that you can use with the Sound to F-Curve ↵Joerg Mueller
modifier, have fun!
2010-01-01Another fix for the new year's commit, fixing the linear resampler (and such ↵Joerg Mueller
the error that I though was in the envelope!).
2010-01-01Small fixes for some float literals.Joerg Mueller
2010-01-01Fix for plattforms that don't have M_PI in the cmath include.Joerg Mueller
2010-01-01Huge new year audio commit!Joerg Mueller
* Refactored the whole audaspace library to use float as sample format over all readers. * Added new Readers like the linear resampler, envelope, lowpass, highpass and butterworth. * Note: The butterworth filter isn't working correctly, some bug in there... Maybe also true for the envelope. * Added a sound to f-curve operator that behaves mostly like the soundtracker script of technoestupido.
2009-12-29Makefiles: fix audaspace include pathsStefan Gartner
2009-12-29Add audaspace/fftw to Makefile system.Guillermo S. Romero
2009-12-29Update MSVC project filesBenoit Bolsee
2009-12-28Sound:Joerg Mueller
* Fixed minor errors in AUD_BufferReader.cpp and AUD_LoopFactory.h * Added a first version of a bandpass filter using fftw3
2009-12-25SVN maintenance.Guillermo S. Romero
2009-12-24Added rectifying sound effect (will be used for sound -> f-curve later).Joerg Mueller
2009-12-17Some fixes to get blender compiling on solaris.Kent Mein
Kent
2009-11-22MSVC 9 projectfilesAndrea Weikert
* Added GLEW_STATIC where necessary to make Blender compile again * First attempt at compiling blenderplayer again - compiles, but doesn't link yet * removed deprecated SND_ functions from blenderplayer
2009-09-28remove warnings, print errors if bpy_ops.py or bpy_sys.py fail to importCampbell Barton
2009-09-27Sound:Joerg Mueller
* Threading buxfix letting MSVC Debug builds crash because of corrupted std::lists * Adopted two property ranges * Changed the mixdown volume to set the device volume instead of the volume of every sound. I also removed the private redefinition of m_logicmgr in SCA_BasicEventManager, which was already defined protected in the parent class SCA_EventManager and thus caused a bug letting GE crash here because of an uninitialized pointer.
2009-09-25Merge of itasc branch. Project files, scons and cmake should be working. ↵Benoit Bolsee
Makefile updated but not tested. Comes with Eigen2 2.0.6 C++ matrix library.
2009-09-20Sound:Joerg Mueller
* Moved AudioData back to Scene * Updated RNA stuff * Added mixdown volume
2009-09-11* we currently can have *four* different sound devices, instead of 3.Nathan Letwory
2009-09-06* clean out some warnings (unrefenced vars mainly)Nathan Letwory
2009-09-06white space commit. (2 spaces -> tab).Campbell Barton
Was annoying to use a different editor for cmake only. theeth says this should be ok with gsoc and merges from branches.
2009-09-05== SCons ==Nathan Letwory
* bring back 'player' libtype, after investigation with ideasman. scons/mingw works nicely, for some reason msvc fails to link still, will look further into it.
2009-08-28Update MSVC project files.Benoit Bolsee
2009-08-26Close the old audio device before and not after opening the new.Joerg Mueller
2009-08-26Update Makefile and missing include on voxeldata.cDiego Borghetti
Note that With libsndfile also need libflac and libogg here (Linux), right now I just add this two librarys to the NAN_SNDFILELIBS, but maybe it's better split this ? (NAN_FLAC/NAN_OGG)
2009-08-25blender 2.5 MSVC projectfilesAndrea Weikert
* update for volume rendering * update for audaspace jack * update for rna: animation_api.c, scene_api.c
2009-08-25Replaced G.sce by Main.name in sound.c.Joerg Mueller
I hoped for it to resolve the bug of loading sounds with relative paths didn't work, but Main.name isn't set before the sounds are loaded, so the bug resists! Someone who is into file loading should please fix this!
2009-08-25== SCons ==Nathan Letwory
* Add sndfile support (False by default). Note: for this to work, make sure that FFMPEG-support is disabled.
2009-08-22Bugfixing.Joerg Mueller
2009-08-222.5 MSVC projectfiles maintenanceAndrea Weikert
* AUD_filefactory added. * imbuf added to RNA include dirs.
2009-08-22Update Makefiles for audaspace.Diego Borghetti
This add support for: sdl, ffmpeg, openal, jack and sndfile. We have new options: WITH_OPENAL, default false WITH_JACK, default false WITH_SNDFILE, default false and with this: NAN_OPENAL, default /usr NAN_JACK, default /usr NAN_JACKCFLAGS, default -I$(NAN_JACK)/include/jack NAN_JACKLIBS, default $(NAN_JACK)/lib/libjack.a NAN_SNDFILE, default /usr NAN_SNDFILECFLAGS, default -I$(NAN_SNDFILE)/include NAN_SNDFILELIBS, default $(NAN_SNDFILE)/lib/libsndfile. Also add two new option on source/Makefile for jack and sndfile libs, but only for linux, so let me know for other OS.
2009-08-22SVN maintenance.Guillermo S. Romero
2009-08-21Audio file loading backend libsndfile!Joerg Mueller
2009-08-20update MSVC project files.Benoit Bolsee
2009-08-17== SCons ==Nathan Letwory
* add jack support for audio system. Note that for OSX jack support is still off by default, since I'm not sure about what goes where. OSX maintainers, please check and fix.
2009-08-17Add jack subdir makefile and standarize audaspace sub-lib names.Guillermo S. Romero
Jack support not enabled for now.
2009-08-17SVN maintenance.Guillermo S. Romero