Christopher Snowhill
|
dfeca7aa97
|
Seeking now takes the true nuclear approach to output, and should no longer have glitches
|
2021-12-26 02:01:02 -08:00 |
Christopher Snowhill
|
d22ee14a36
|
Audio Output: Take a more nuclear approach to output resetting when seeking
|
2021-12-25 23:41:45 -08:00 |
Christopher Snowhill
|
5246731189
|
Core Audio: Overhauled audio output to use AudioQueue instead of AudioUnit, fixed downmixing to mono, and implemented upmixing mono or other formats to more channels if the device requests them
|
2021-12-25 22:32:43 -08:00 |
Christopher Snowhill
|
00f1e0957c
|
FLAC: Move libFLAC decoder to higher priority than any potential system decoder, support arbitrary sample bit depths
|
2021-12-11 00:22:19 -08:00 |
Chris Moeller
|
0e3644177e
|
Updated everything else to ARC, and plugged a release cycle.
|
2016-05-05 13:05:39 -07:00 |
Chris Moeller
|
9d5a1fc32e
|
Handled FLAC seeking to the end of file, and stopping on seek errors in general
|
2014-03-26 02:46:36 -07:00 |
Chris Moeller
|
755147b48a
|
Through a bit of ugliness and interface exposure, the InputNode will now pause the OutputNode while it is making the decoder seek, which prevents cases of the output continuing to run for seconds at a time during a slow seek operation by decoders such as HighlyComplete
|
2013-10-20 22:04:09 -07:00 |
Chris Moeller
|
5b13ee3f97
|
Fixed Ogg chained streams which I broke with the previous commit
|
2013-10-18 05:56:41 -07:00 |
Chris Moeller
|
8c80981827
|
Minor changes that may or may not have any impact on gaplessness
|
2013-10-18 05:33:38 -07:00 |
Chris Moeller
|
c088011fd5
|
mamburu: Some more fixes
|
2013-10-12 14:01:21 -07:00 |
Chris Moeller
|
1b818bcaa7
|
mamburu: Fixed InputNode's thread not being stopped at all
|
2013-10-12 13:59:34 -07:00 |
Chris Moeller
|
56848daad6
|
mamburu: Fixed crashes when seeking near the end of stream
|
2013-10-12 13:52:58 -07:00 |
Chris Moeller
|
e5a648578b
|
mamburu: Logging improved, no more excessive logging in release builds
|
2013-10-11 05:03:55 -07:00 |
Chris Moeller
|
15c545b10d
|
Fixed input to float conversion and made it mandatory, so I could move volume scaling to the converter node
|
2013-10-07 03:59:04 -07:00 |
Chris Moeller
|
74b6188772
|
Implemented floating point sample format support into CogAudio and all relevant plug-ins
|
2013-10-05 14:15:09 -07:00 |
Chris Moeller
|
4c0cf34250
|
More ReplayGain support, now with metadata handling, but only if the metadata is already loaded
|
2013-10-02 02:30:04 -07:00 |
Chris Moeller
|
6ea103b1c3
|
Implemented ReplayGain support, so far only in the HighlyComplete component.
|
2013-10-01 23:00:16 -07:00 |
vspader
|
bf7b2c0a2b
|
Added timeout and chillout logic to the HTTP source so it doesn't freak out when there's no data available.
|
2009-03-06 21:58:50 -08:00 |
vspader
|
c78a553532
|
Bug fix for cue sheet changes.
|
2008-05-01 23:34:23 +00:00 |
vspader
|
5715522470
|
Moved to frame-based reading/seeking instead of byte/second based. Some formats have still not been updated and are broken.
Added icons for other formats.
|
2007-11-24 20:16:27 +00:00 |
vspader
|
f1b9141f4b
|
Added mime type support.
|
2007-10-14 18:12:15 +00:00 |
vspader
|
97a278a143
|
Cleaned up memory leaks.
|
2007-10-13 07:09:46 +00:00 |
vspader
|
139bab5e0e
|
Fixed up streaming a bit.
Removed debugging code for http source. Was that in 0.06? Whoops.
|
2007-10-12 02:55:59 +00:00 |
vspader
|
b57bcc121c
|
Added support for gapless multitrack files.
Modified cue sheet plugin to use it.
|
2007-10-11 02:08:29 +00:00 |
vspader
|
5ad2728d3c
|
Moved converter to a seperate node again.
|
2007-10-03 20:23:14 +00:00 |
vspader
|
daba91b462
|
Removed debugging messages.
|
2007-07-11 01:20:32 +00:00 |
vspader
|
88d26d3461
|
Fixed some seeking bugs.
|
2007-05-26 22:13:11 +00:00 |
vspader
|
0f7f8f2750
|
A fix to try to stop the buffer from running dry when seeking.
|
2007-05-26 12:42:00 +00:00 |
vspader
|
4e1f598ac4
|
Fix for short audio files.
|
2007-05-16 23:07:00 +00:00 |
vspader
|
79934e0607
|
Fix for some playback issues (low frequency files).
|
2007-05-16 01:06:23 +00:00 |
vspader
|
c810d2f492
|
Muleiple vorbis bitstreams in one file for streaming. Bitstreams can be different formats. (!)
|
2007-03-03 22:55:26 +00:00 |
vspader
|
aafb021a80
|
Gapless playback fixes.
|
2007-03-03 21:13:25 +00:00 |
vspader
|
1e16835c8c
|
Fixed up converter/inputnode relationship.
|
2007-03-03 18:25:10 +00:00 |
vspader
|
1aead1bf0d
|
Merged decoder and converter threads to facilitate midstream format changing.
|
2007-03-03 17:19:37 +00:00 |
vspader
|
934840ace5
|
Added source plugin support. Things are incredibly broken. Besides Ogg Vorbis. That should still work.
|
2007-03-02 01:36:52 +00:00 |
vspader
|
927b65a4a5
|
Merged with cog-audio-framework branch. Cog now uses plugins.
|
2007-02-24 20:36:27 +00:00 |