Pete (El Supremo)
e3acf32f5d
Cosmetic changes to chorus and flange examples
преди 10 години
Paul Stoffregen
7e0ccb30d8
Merge pull request #8 from robsoles/master
Add AVC control to control_sgtl5000.* and example
преди 10 години
robsoles
dd968dda0a
Add AVC control to control_sgtl5000.* and example
Added
AudioControlSGTL5000::dap_avc(..);
AudioControlSGTL5000::dap_avc_enable(..);
SGTL5000_Specific/dap_avc_agc example sketch
Also added 'public domain...' line to all my examples.
преди 10 години
PaulStoffregen
3d66692947
Rename AudioPrint to AudioAnalyzePrint
преди 10 години
PaulStoffregen
8e66b244fc
Rename AudioPlaySDcardRAW to AudioPlaySdRaw
преди 10 години
PaulStoffregen
5ff60b9a70
Rename AudioPlaySDcardWAV to AudioPlaySdWav
преди 10 години
PaulStoffregen
4d67342153
Rename AudioToneSweep to AudioSynthToneSweep
преди 10 години
PaulStoffregen
46e437354d
Add MIT license to last few files
преди 10 години
PaulStoffregen
8169a8a766
Manually merged Pete's pull request: Correct a calculation in flange;remove static class from chorus and flange
https://github.com/PaulStoffregen/Audio/pull/7
преди 10 години
PaulStoffregen
e3cb8ba481
Add MIT license for Pete's files
преди 10 години
PaulStoffregen
183fcd95a9
Add MIT license
преди 10 години
PaulStoffregen
c274463185
Each object includes only required headers
преди 10 години
PaulStoffregen
e4cb836eea
Reorganize all header files
преди 10 години
PaulStoffregen
bdc11e316d
Move the last couple ojects to their own files
преди 10 години
PaulStoffregen
0fb630e4bf
Split I2S input & output to their own files
преди 10 години
PaulStoffregen
f16fb938bf
Move other objects to their own files
преди 10 години
PaulStoffregen
a8fd397ba1
Move DSP instruction stuff to its own header file
преди 10 години
PaulStoffregen
6490ee9155
Move control objects to their own files
преди 10 години
PaulStoffregen
2bb856fa95
Move input & output objects to their own files
преди 10 години
PaulStoffregen
7b16c9dc0c
Fix compiler warnings
преди 10 години
Paul Stoffregen
f771e3cfe2
Merge pull request #6 from el-supremo/master
My own version of AudioSynthWaveform. Sine is generated with arm_sin_q15...
преди 10 години
Pete (El Supremo)
28a58248d9
My own version of AudioSynthWaveform. Sine is generated with arm_sin_q15() (but is slower) and the other three waveforms are generated without using tables.
преди 10 години
PaulStoffregen
f2fa19d39b
Merge branch 'master' of git://github.com/el-supremo/Audio
Conflicts:
Audio.cpp
Audio.h
преди 10 години
Pete (El Supremo)
dd1c6bdb72
Remove debugging statement from AudioToneSweep and add ToneSweep example sketch
преди 10 години
PaulStoffregen
3c31127761
Fix compiler warnings
преди 10 години
Pete (El Supremo)
62698957fb
Add an audio sweep. User defined start and end frequencies and length of time of sweep.
преди 10 години
PaulStoffregen
c2c35827c7
Merge branch 'master' of github.com:PaulStoffregen/Audio (Pete's changes)
Conflicts:
Audio.cpp
Audio.h
преди 10 години
Paul Stoffregen
06555e188a
Merge pull request #4 from robsoles/master
Some filter additions, some SGTL5000 additions
преди 10 години
Pete (El Supremo)
1d58a8e996
Correct storage class of some variables in FIR
преди 10 години
robsoles
1498a6e60a
Added filter 'tone' examples and trimmed fat in balance examples
The 'tone' filter examples are both using calcBiquad(..); but one uses
AudioFilterBiquad and other uses SGTL5000 PEQ filters. Had included code
for volume level control optionally and decided to drop it from both.
преди 10 години
robsoles
f6e459c3a1
Syncing changes to level & volume setting routines
I forgot to sync the changes relating to things like 'dac_vol_right(..)'
& 'dac_vol_left(..)' removed in favor of 'dac_vol(left,right)' instead;
applies to 'volume(..)', 'lo_lvl(..)' & 'dac_vol(..)'.
преди 10 години
robsoles
56466edaae
Added DAC & HP balance examples
Changed method for setting level/gains for left & right from
'item_left(..); item_right(..);' style to 'volume(left,right)' style
instead.
преди 10 години
robsoles
fcf9987c16
Various corrections and addition of calcBiquad(..);
removed 'route(..)' due not easily supportable atm. Updated
'dap_enable(..)' in lieu of route. Fixed dap_audio_eq_band(..) bad use
of unsigned. Changed 'updateCoefs(..)' so default behavior is not reset
other three elements of state.
преди 10 години
robsoles
99de614f24
Revert line out level value
Something wrong with my attempt to apply the math in the datasheet,
CHIP_LINE_OUT_VALUE is better set to 0x0505 rather than 0x0D0D.
преди 10 години
robsoles
998bfc2668
Add delay to coefficient loader fix.
I thought the time taken to read back and then write zero back to the
DAP_FILTER_COEF_ACCESS WR bit would be enough but coefficients did not
load to the selected filter, tried 1ms delay instead still didn't work -
chances are that either not zero-ing or only zero-ing just before
writing the DAP_COEF_WR_xx_xSB registers would be fine but for now I'd
prefer to zero it sooner than later.
преди 10 години
robsoles
c0efade772
Fix SGTL5000 filter coefficent loader
load_peq(..); wasn't writing the INDEX and WR bits in
DAP_FILTER_COEF_ACCESS
преди 10 години
Pete (El Supremo)
2f0383f501
Correct the calculation of delay_rate_incr
преди 10 години
Pete (El Supremo)
3e6e912dd9
Cosmetic fix to Flange.begin
преди 10 години
robsoles
f62bd8ef11
Some filter additions, some SGTL5000 additions
added AudioBiquadFilter::
public:
void updateCoefs(int *source, bool noReset);
void updateCoefs(int *source);
added AudioControlSGTL5000::
private:
unsigned int modify(unsigned int reg, unsigned int val, unsigned int
iMask);
public:
unsigned int micGain(unsigned int n) { return modify(0x002A, n&3, 3); }
unsigned short lo_lvl_right(uint8_t n);
unsigned short lo_lvl_left(uint8_t n);
unsigned short lo_lvl(uint8_t n);
unsigned short dac_vol_right(float n);
unsigned short dac_vol_left(float n);
unsigned short dac_vol(float n);
unsigned short dap_mix_enable(uint8_t n);
unsigned short dap_enable(uint8_t n);
unsigned short dap_peqs(uint8_t n);
unsigned short dap_audio_eq(uint8_t n);
unsigned short dap_audio_eq_band(uint8_t bandNum, float n);
void dap_audio_eq_geq(float bass, float mid_bass, float midrange, float
mid_treble, float treble);
void dap_audio_eq_tone(float bass, float treble);
void load_peq(uint8_t filterNum, int *filterParameters);
void route(uint8_t via_i2s, uint8_t via_dap);
преди 10 години
Pete (El Supremo)
a27b78fc24
AudioSynthWaveform updated to add tone ramping when a tone starts and ends
PlayMidiTones example modified to work with ramping.
преди 10 години
Pete (El Supremo)
0b64ca0e24
Add chorus and flange effects and an example sketch for each
преди 10 години
Pete (El Supremo)
19bc87c838
Add the fir_filer sketch to the examples directory
преди 10 години
Pete (El Supremo)
bb1117e933
Delete *.bak
преди 10 години
Pete (El Supremo)
3e4d82e9c5
Removed extraneous comment lines
преди 10 години
Pete (El Supremo)
3b1570c6ec
Added AudioFilterFIR which performs FIR filter
using user-supplied coefficients
преди 10 години
PaulStoffregen
bf8cffdf02
Fix memory leaks in AudioPlaySDcardWAV
преди 10 години
PaulStoffregen
ba7c3d8080
Add AudioEffectFade object
преди 10 години
PaulStoffregen
14e2019092
clean up old TODO comments
преди 10 години
PaulStoffregen
c98b062518
Dial tone example using only analog input (no audio shield)
преди 10 години
PaulStoffregen
e1e5a34c73
Fix update scheduling with AudioInputAnalog
преди 10 години