1. f66d162 Add virtual destructor to FlowGraphPort. by jimmytobin2425 · 3 years, 9 months ago
  2. 19143c3 Added resample on sample load to avoid the resampling penalty at play time. by Paul McLean · 3 years, 11 months ago
  3. 7c3bff2 oboe: fix sample rate converter for input streams by Phil Burk · 3 years, 11 months ago
  4. 82f422f flowgraph: comment explaining namespace change by Phil Burk · 4 years ago
  5. 2c8f281 flowgraph: fix namespace comment by Phil Burk · 4 years ago
  6. 9425ffd oboe: use oboe::flowgraph namespace by Phil Burk · 4 years ago
  7. 226f4d4 flowgraph: improve Oboe flowgraph by Phil Burk · 4 years ago
  8. cb01be5 oboe: add ChannelCountConverter by Phil Burk · 4 years, 1 month ago
  9. d12bb00 oboe: add Quirk for broken mono on S9 by Phil Burk · 4 years, 1 month ago
  10. 0511540 link to resampler header by Phil Burk · 4 years, 1 month ago
  11. 8522b15 update resampler doc by Phil Burk · 4 years, 3 months ago
  12. d533462 resampler doc: use inputFramesLeft by Phil Burk · 4 years, 3 months ago
  13. ceb96cf fir typo in README by Phil Burk · 4 years, 3 months ago
  14. 1d84c73 update README for the sample rate converter by Phil Burk · 4 years, 3 months ago
  15. 4d7af17 add README for resampler by Phil Burk · 4 years, 5 months ago
  16. 3e556ac Avoid global constant vector by K · 4 years, 7 months ago
  17. 328860f oboe: renamed flowgraph classes by Phil Burk · 4 years, 8 months ago
  18. a4ddbec resampler: fix some merge errors by Phil Burk · 4 years, 11 months ago
  19. 252abe0 OboeTester: fix SRC quality menu by Phil Burk · 4 years, 11 months ago
  20. 41b868c resampler: misc cleanup and TODOs by Phil Burk · 4 years, 11 months ago
  21. b69847c resampler: add Fastest quality by Phil Burk · 4 years, 11 months ago
  22. 99c0048 resampler: pass callback result by Phil Burk · 4 years, 11 months ago
  23. 6adcdb7 resampler: minor comments by Phil Burk · 5 years ago
  24. 140d759 resampler: better bessel function by Phil Burk · 5 years ago
  25. c123b67 resampler: add HyperbolicCosineWindow by Phil Burk · 5 years ago
  26. 085ab35 Ensure that float array is initialized with type size_t by Don Turner · 5 years ago
  27. 9414702 Replace NULL with nullptr by Don Turner · 5 years ago
  28. f0c2a98 resampler: use more accurate bessel function for Kaiser window by Phil Burk · 5 years ago
  29. 2da4a84 resampler: address lots of minor review comments by Phil Burk · 5 years ago
  30. 870a9f5 resampler: use integer phase accumulation for all resamplers by Phil Burk · 5 years ago
  31. 821c649 resampler: fix SincResampler by Phil Burk · 5 years ago
  32. e020c37 resampler: optimizer SincResampler by Phil Burk · 5 years ago
  33. bc80813 resampler: better documentation by Phil Burk · 5 years ago
  34. 0a784e6 resampler: apply cutoff to reduce aliasing by Phil Burk · 5 years ago
  35. 8b8ae34 resampler: moved resampling code into its own folder by Phil Burk · 5 years ago
  36. 941fd5e resampler: change signatures by Phil Burk · 5 years ago
  37. beed0f3 resampler: implement read() for full duplex by Phil Burk · 5 years ago
  38. 561cda3 flowgraph: change onProcessFixedBlock return value by Phil Burk · 5 years ago
  39. 776b8b5 flowgraph: pass source and sink streams by Phil Burk · 5 years ago
  40. 9252733 flowgraph: optimize resampler by Phil Burk · 5 years ago
  41. 6bc27a3 flowgraph: optimize stereo resampler by Phil Burk · 5 years ago
  42. cf1dbc5 flowgraph: add PolyphaseResamplerStereo by Phil Burk · 5 years ago
  43. 9b4e631 oboe: add PolyphaseSincResampler by Phil Burk · 5 years ago
  44. 65e32b6 oboe: fix off-by-one in resampler filter by Phil Burk · 5 years ago
  45. 301b066 oboe: add stereo resampler by Phil Burk · 5 years ago
  46. a007fb3 oboe: use factory class for Resamplers by Phil Burk · 5 years ago
  47. e82bc51 oboe: fix stereo SincResampler by Phil Burk · 5 years ago
  48. 68b6ffa oboe: add sinc based resampler by Phil Burk · 5 years ago
  49. f5b3b81 oboe: add to QuirksManager by Phil Burk · 5 years ago
  50. bd76d6a OboeTester: support conversion for input and for I16 by Phil Burk · 5 years ago
  51. e4a2e9c oboe: rename OboeFlowGraph to DataConversionFlowGraph by Phil Burk · 5 years ago
  52. f67a97f oboe: fix sample rate converter by Phil Burk · 5 years ago
  53. dd3971d oboe: first draft of resampler by Phil Burk · 5 years ago
  54. 84e7e65 oboe: move flowgraph from OboeTester to inside Oboe by Phil Burk · 5 years ago