OSDN Git Service

cinnamon-audio/cinnamon.git
5 years agoMake OpenAL makefile portable rather than gmake
AlaskanEmily [Mon, 27 May 2019 22:38:34 +0000 (15:38 -0700)]
Make OpenAL makefile portable rather than gmake

5 years agoAdd OSS backend again, with a new mixer and a mostly dummied out resampler
AlaskanEmily [Mon, 27 May 2019 22:36:00 +0000 (15:36 -0700)]
Add OSS backend again, with a new mixer and a mostly dummied out resampler

5 years agoFix exports with MSVC
AlaskanEmily [Mon, 27 May 2019 21:35:47 +0000 (14:35 -0700)]
Fix exports with MSVC

5 years agoMove portable makefile from GNUmakefile to makefile
AlaskanEmily [Mon, 27 May 2019 21:33:03 +0000 (14:33 -0700)]
Move portable makefile from GNUmakefile to makefile

5 years agoMinor refactor, fix missing OpenAL makefiles
AlaskanEmily [Mon, 27 May 2019 20:22:54 +0000 (13:22 -0700)]
Minor refactor, fix missing OpenAL makefiles

5 years agoFinish refactor
AlaskanEmily [Tue, 22 Jan 2019 01:08:32 +0000 (17:08 -0800)]
Finish refactor

5 years agoMajor refactor of source location. Remove unused DSP components for now. Change all...
AlaskanEmily [Tue, 22 Jan 2019 01:05:52 +0000 (17:05 -0800)]
Major refactor of source location. Remove unused DSP components for now. Change all DirectSound sounds to use full buffering.

5 years agoAdd readme
AlaskanEmily [Sun, 9 Sep 2018 01:14:19 +0000 (18:14 -0700)]
Add readme

5 years agoMinor change in interface release for starting a DirectSound sound
AlaskanEmily [Sun, 9 Sep 2018 00:49:23 +0000 (17:49 -0700)]
Minor change in interface release for starting a DirectSound sound

5 years agoFix stuttering in sounds > 2 seconds on DirectSound
AlaskanEmily [Sun, 9 Sep 2018 00:47:26 +0000 (17:47 -0700)]
Fix stuttering in sounds > 2 seconds on DirectSound

5 years agoFix DirectSound dependencies
AlaskanEmily [Sun, 9 Sep 2018 00:14:01 +0000 (17:14 -0700)]
Fix DirectSound dependencies

6 years agoAdd the start of the OSS backend
AlaskanEmily [Sun, 27 May 2018 21:24:09 +0000 (14:24 -0700)]
Add the start of the OSS backend

6 years agoActually start the driver when it is created from C
AlaskanEmily [Sun, 27 May 2018 21:20:32 +0000 (14:20 -0700)]
Actually start the driver when it is created from C

6 years agoFix some warnings in GCC
AlaskanEmily [Sun, 27 May 2018 21:05:47 +0000 (14:05 -0700)]
Fix some warnings in GCC

6 years agoConvert DirectSound backend to use the new mixer system
AlaskanEmily [Sun, 27 May 2018 21:00:08 +0000 (14:00 -0700)]
Convert DirectSound backend to use the new mixer system

6 years agoAdd missing mk file
AlaskanEmily [Sun, 27 May 2018 07:25:10 +0000 (00:25 -0700)]
Add missing mk file

6 years agoFix more GCC problems
AlaskanEmily [Sun, 27 May 2018 07:24:25 +0000 (00:24 -0700)]
Fix more GCC problems

6 years agoAdd CinDSP
AlaskanEmily [Sun, 27 May 2018 05:59:03 +0000 (22:59 -0700)]
Add CinDSP

6 years agoRemove weirdness in GCC makefile
AlaskanEmily [Sun, 27 May 2018 05:06:02 +0000 (22:06 -0700)]
Remove weirdness in GCC makefile

6 years agoFix building with cygwin
AlaskanEmily [Sun, 27 May 2018 05:02:15 +0000 (22:02 -0700)]
Fix building with cygwin

6 years agoFix OpenAL build
AlaskanEmily [Sun, 27 May 2018 04:52:14 +0000 (21:52 -0700)]
Fix OpenAL build

6 years agoAdd platform independant mixer components for multithreading, use them in DirectSound...
AlaskanEmily [Sun, 27 May 2018 04:40:16 +0000 (21:40 -0700)]
Add platform independant mixer components for multithreading, use them in DirectSound driver

6 years agoMove DirectSound and OpenAL files into their own directories
AlaskanEmily [Sun, 27 May 2018 04:30:48 +0000 (21:30 -0700)]
Move DirectSound and OpenAL files into their own directories

6 years agoFix BSD build
AlaskanEmily [Sat, 10 Mar 2018 19:13:55 +0000 (19:13 +0000)]
Fix BSD build

6 years agoAdded license file
AlaskanEmily [Tue, 20 Feb 2018 09:03:48 +0000 (01:03 -0800)]
Added license file

6 years agoFix typo
AlaskanEmily [Tue, 20 Feb 2018 00:50:11 +0000 (16:50 -0800)]
Fix typo

6 years agoAdd gmake makegile
AlaskanEmily [Mon, 19 Feb 2018 08:12:28 +0000 (00:12 -0800)]
Add gmake makegile

6 years agoRefactor makefiles
AlaskanEmily [Mon, 19 Feb 2018 07:59:56 +0000 (23:59 -0800)]
Refactor makefiles

6 years agoDirectSound streaming/oversized buffers working
AlaskanEmily [Mon, 19 Feb 2018 02:12:34 +0000 (18:12 -0800)]
DirectSound streaming/oversized buffers working

6 years agoWorking OpenAL and DirectSound
AlaskanEmily [Sun, 18 Feb 2018 23:13:19 +0000 (15:13 -0800)]
Working OpenAL and DirectSound