OSDN Git Service

cinnamon-audio/cinnamon.git
2 years agoUpdate copyright date master
AlaskanEmily [Sat, 24 Jul 2021 20:44:29 +0000 (13:44 -0700)]
Update copyright date

4 years agoFix dumb typo in aucat that makes it crash if it can't open a file with no extra...
AlaskanEmily [Sat, 2 May 2020 21:21:58 +0000 (14:21 -0700)]
Fix dumb typo in aucat that makes it crash if it can't open a file with no extra format args

4 years agoFix compiling on OpenBSD for OSS rather than OpenAL
AlaskanEmily [Sat, 2 May 2020 20:54:58 +0000 (13:54 -0700)]
Fix compiling on OpenBSD for OSS rather than OpenAL

4 years agoAdd dummy implementation of OSS SoundGetVolume/SoundSetVolume
AlaskanEmily [Sat, 4 Jan 2020 23:33:29 +0000 (15:33 -0800)]
Add dummy implementation of OSS SoundGetVolume/SoundSetVolume

4 years agoFix formatting of OpenAL backend's implementation of SoundGetVolume/SoundSetVolume
AlaskanEmily [Sat, 4 Jan 2020 23:33:03 +0000 (15:33 -0800)]
Fix formatting of OpenAL backend's implementation of SoundGetVolume/SoundSetVolume

4 years agoAdd per-sound volume on Cin_Sound
AlaskanEmily [Sat, 4 Jan 2020 23:27:38 +0000 (15:27 -0800)]
Add per-sound volume on Cin_Sound

4 years agoUpdate copyright years
AlaskanEmily [Sat, 4 Jan 2020 22:15:45 +0000 (14:15 -0800)]
Update copyright years

4 years agoAdd Cin_DriverSupports* API implementation for DirectSound
AlaskanEmily [Sat, 4 Jan 2020 22:08:03 +0000 (14:08 -0800)]
Add Cin_DriverSupports* API implementation for DirectSound

This removes the dummied out implmentation previously used.

Refactor some of the format translation from Cinnamon to DirectSound structures
in cin_dsound_sound so that they can be used from cin_dsound for the
Cin_DriverSupports* API.

Add slightly ugly getter in cin_dsound_driver to allow the IDirectSound8 object
to be used from cin_dsound for the Cin_DriverSupports* API.

4 years agoCompleted OSS backend
AlaskanEmily [Fri, 18 Oct 2019 01:31:02 +0000 (01:31 +0000)]
Completed OSS backend

4 years agoFix compiling on glibc Linux
AlaskanEmily [Fri, 18 Oct 2019 01:30:34 +0000 (01:30 +0000)]
Fix compiling on glibc Linux

4 years agoFix some warnings with Cygwin
AlaskanEmily [Fri, 18 Oct 2019 01:06:10 +0000 (01:06 +0000)]
Fix some warnings with Cygwin

4 years agoEven more file permissions?
AlaskanEmily [Fri, 18 Oct 2019 01:03:16 +0000 (01:03 +0000)]
Even more file permissions?

4 years agoFix one more file's permissions
AlaskanEmily [Fri, 18 Oct 2019 01:02:14 +0000 (01:02 +0000)]
Fix one more file's permissions

4 years agoFix file permissions
AlaskanEmily [Fri, 18 Oct 2019 00:57:18 +0000 (00:57 +0000)]
Fix file permissions

4 years agoFix line endings
AlaskanEmily [Fri, 18 Oct 2019 00:55:32 +0000 (00:55 +0000)]
Fix line endings

4 years agoAdd new sample conversion code, in C this time so that the OSS/BSD backend doesn...
AlaskanEmily [Sun, 22 Sep 2019 03:02:09 +0000 (20:02 -0700)]
Add new sample conversion code, in C this time so that the OSS/BSD backend doesn't need a C++ compiler at all

4 years agoFix aucat on not-Windows
AlaskanEmily [Sun, 22 Sep 2019 00:35:33 +0000 (17:35 -0700)]
Fix aucat on not-Windows

4 years agoAdd API call to play a sound with looping, and support in dsound and openal backends
AlaskanEmily [Tue, 10 Sep 2019 07:20:08 +0000 (00:20 -0700)]
Add API call to play a sound with looping, and support in dsound and openal backends

4 years agoFix OpenAL when linking using CC instead of CXX
AlaskanEmily [Tue, 10 Sep 2019 07:17:10 +0000 (00:17 -0700)]
Fix OpenAL when linking using CC instead of CXX

4 years agoUpdate the export directives to work with the new makefile
AlaskanEmily [Sun, 7 Jul 2019 17:43:48 +0000 (10:43 -0700)]
Update the export directives to work with the new makefile

4 years agoFix off-by-one error in DirectSound backend
AlaskanEmily [Sun, 7 Jul 2019 17:43:16 +0000 (10:43 -0700)]
Fix off-by-one error in DirectSound backend

4 years agoAdd note about mixer code license
AlaskanEmily [Mon, 27 May 2019 22:40:57 +0000 (15:40 -0700)]
Add note about mixer code license

4 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

4 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

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

4 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

4 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

5 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

5 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

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

5 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

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

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

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

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

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

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

5 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

5 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