Commit graph

9 commits

Author SHA1 Message Date
Eric Wasylishen
1276aa62cd Warn when a CD track can't be played 2011-01-19 15:50:46 -07:00
Eric Wasylishen
a0f74edc77 Update copyright notices 2011-01-19 01:19:09 -07:00
Eric Wasylishen
db58c073e1 Make the track search code Darkplaces-compatible 2011-01-18 15:49:11 -07:00
Eric Wasylishen
35f0014502 get the fallback to CD hardware working 2011-01-18 14:30:13 -07:00
Eric Wasylishen
0f8f8381d0 Refactoring of cd player code WIP 2011-01-18 13:32:12 -07:00
Eric Wasylishen
e10670b8bc Advance to the next track when the current one
finishes
2011-01-16 23:18:43 -07:00
Eric Wasylishen
2983bf5c49 hook up pause/resume 2011-01-16 22:05:57 -07:00
Eric Wasylishen
e14fc05aab ogg playback working!!! 2011-01-16 20:53:50 -07:00
Eric Wasylishen
195baa74bc Start to setup ogg music system:
- add a cd_shared.c inspired by darkplaces, which implements the CDAudio interface and will either play the ogg music or call the hardware CD code
- set default sound speed to 44100 Hz. this will be necessary to make music sound decent. (unfortunately the resampling code sucks, i think, so the 11025 hz sound effects sound bad when resampled to 44100, but that should be easy to fix.)
2010-12-28 15:39:03 -07:00