dimitri
|
3857ab49e9
|
merge with modulesio/master
|
8 years ago |
dimitri
|
af0720ba97
|
update appveyor to point to VS2017 project
|
8 years ago |
dimitri
|
c8e8eda859
|
test in-memory decoding of ogg
|
8 years ago |
dimitri
|
6640c054cf
|
cleanup remnants of cafdecoder; additional final/default qualifiers on derived BaseDevocer classes; coding style
|
8 years ago |
dimitri
|
99250daf6c
|
core audio format will likely never be implemented/supported in libnyquist; remove stub files
|
8 years ago |
dimitri
|
c1881be5c7
|
virtual destructor on BaseDecoder
|
8 years ago |
dimitri
|
c1a0f1c44a
|
vorbis decoder style/formatting
|
8 years ago |
dimitri
|
4bd46b2458
|
update example project to VS2017
|
8 years ago |
Dimitri Diakopoulos
|
207f451664
|
Merge pull request #33 from raub/oggmem
implemented OGG decoding from memory
|
8 years ago |
Luis Blanco
|
baf7ef85a3
|
implemented OGG decoding from memory
|
8 years ago |
Avaer Kazmer
|
b6ad5b49c0
|
Bugfix vorbis decoder seeking
|
8 years ago |
Avaer Kazmer
|
2ce6909240
|
Add move semantics to memory buffer decoders
|
8 years ago |
Avaer Kazmer
|
9ce7f0cf34
|
Wavpack library dead files cleanup
|
8 years ago |
Avaer Kazmer
|
e0d696e5df
|
Add missing wavpack dependencies to windows VS solution
|
8 years ago |
Avaer Kazmer
|
773b4a2ed7
|
Remove dead WavPackDependencies.c from windows VS solution
|
8 years ago |
Avaer Kazmer
|
c30da7146d
|
Remove dead WavPackDependenies binding file
|
8 years ago |
Avaer Kazmer
|
b7affaf20e
|
Bugfix vorbis decoder missing return value
|
8 years ago |
Avaer Kazmer
|
bcbcecf039
|
Add buffer wabpack decoder
|
8 years ago |
Avaer Kazmer
|
f9dfa28dab
|
Add flac buffer decoder
|
8 years ago |
Avaer Kazmer
|
978f702927
|
Small vorbis decoder cleanup
|
8 years ago |
Avaer Kazmer
|
168fc5be6d
|
Update wavpack library source
|
8 years ago |
Avaer Kazmer
|
e0f36dac15
|
Add vorbis decoder callbacks support
|
8 years ago |
Adrian Biedrzycki
|
a303147a07
|
Bugfix floating point sample load
|
8 years ago |
Adrian Biedrzycki
|
8a141449ab
|
Bugfix extern MixSoundBuffer size subscript
|
8 years ago |
Adrian Biedrzycki
|
d8853d2ebb
|
Bugfix missing extern declarations in libmodplug
|
8 years ago |
Adrian Biedrzycki
|
40db0e641c
|
Bugfix missing libogg ogg/config_types.h include
|
8 years ago |
Adrian Biedrzycki
|
e27f888021
|
Move flac to FLAC
|
8 years ago |
Avaer Kazmer
|
83ac466283
|
Update VS project
|
8 years ago |
dimitri
|
258f5ad21f
|
vs2017 project
|
8 years ago |
Nick Porcino
|
6e39d17b01
|
Fix xcodeproj
|
8 years ago |
dimitri
|
77938cd0be
|
remove RtAudio & AudioDevice dependency from core library; move into sample project
|
9 years ago |
dimitri
|
e3f4a9e61c
|
nuke visual studio 2013 projects
|
9 years ago |
Dimitri Diakopoulos
|
82939a2228
|
hermite resampling just for fun
|
10 years ago |
Dimitri Diakopoulos
|
dcd2d1200f
|
comment about the linear resample function
|
10 years ago |
Dimitri Diakopoulos
|
a7d9fbfbd7
|
optimize the linear resampler
|
10 years ago |
Dimitri Diakopoulos
|
55db08501b
|
cleanup broken commit and enable testing with microphone to opus path
|
10 years ago |
Dimitri Diakopoulos
|
97c2b2cd56
|
space normalization
|
10 years ago |
Dimitri Diakopoulos
|
ce56c943b9
|
the most basic, generally not-correct linear interpolating resampling filter
|
10 years ago |
Dimitri Diakopoulos
|
892c798f9f
|
various ogg encoder cleanups
|
10 years ago |
Dimitri Diakopoulos
|
2ca4e517dd
|
working opus encoder
|
10 years ago |
Dimitri Diakopoulos
|
2cc87ce652
|
setup for testing; fix misnamed fields in opus encoder header generation
|
10 years ago |
Dimitri Diakopoulos
|
75ca01d34f
|
initial inner loop of opus encode
|
10 years ago |
Dimitri Diakopoulos
|
f273e7d98c
|
ogg stream write function
|
10 years ago |
Dimitri Diakopoulos
|
e898e362f6
|
fixes
|
10 years ago |
Dimitri Diakopoulos
|
aa297174ec
|
oggwriter (header + tags) for opus
|
10 years ago |
Dimitri Diakopoulos
|
4da74edd43
|
disambiguate OpusEncoder and begin implementing encoding functionality
|
10 years ago |
Dimitri Diakopoulos
|
4019cdee22
|
appropriate the wave encoding files for opus encoding prototype (stub functionality for now)
|
10 years ago |
Dimitri Diakopoulos
|
494c0ab9ec
|
debug cleanup
|
10 years ago |
Dimitri Diakopoulos
|
20d12d7f97
|
simple recording functionality for later encoding tests
|
10 years ago |
Dimitri Diakopoulos
|
26713c3fd8
|
add rtaudio params for audio device input
|
10 years ago |