Paul Stoffregen
c9c3384ba2
Merge pull request #166 from FrankBoesing/patch-2
Optimize CPU Usage
пре 8 година
Paul Stoffregen
e2c7d3d0e0
Merge pull request #167 from FrankBoesing/patch-3
Bugfix for passthrough
пре 8 година
PaulStoffregen
9b283ea102
fix tonesweep
пре 8 година
Paul Stoffregen
4e948f409a
Merge pull request #169 from FrankBoesing/patch-5
use AUDIO_SAMPLE_RATE_EXACT
пре 8 година
Paul Stoffregen
dc14cde69f
Merge pull request #168 from FrankBoesing/patch-4
use AUDIO_SAMPLE_RATE_EXACT
пре 8 година
Frank
f9e116b4ec
oops :) the dead was living, sry.
time to sleep....
пре 8 година
Frank
b39702fe52
rmv dead code,+ some optimization
пре 8 година
Frank
671bc5fff9
use AUDIO_SAMPLE_RATE_EXACT
пре 8 година
Frank
9ba73f617e
use AUDIO_SAMPLE_RATE_EXACT
пре 8 година
Frank
e0af6f0a94
Bugfix for passthrough
did not work because of missing return - for num_channels<=1, "left channel" was still running..
(1 means pass trough)
пре 8 година
Frank
e5df3287eb
Optimize CPU Usage
In my testsketch with 2 x Chorus with n_chrous=4 & #define CHORUS_DELAY_LENGTH (24*AUDIO_BLOCK_SAMPLES),
Cpu-usage decreases from 13.8% to 9.8%
пре 8 година
Paul Stoffregen
61b271f570
Merge pull request #165 from FrankBoesing/patch-1
Access Q-bit from c
пре 8 година
Frank
cd9eb4b218
Access Q-bitn from c
You mentioned in synth_dc.h "// if only C language provided a way to test Q status bit...."
Here it is :) . That return (out & 0x8000000)>>27; translates to only one more instruction : ubfx r0, r0, #27, #1 , i decided to use the c -variant because it is better to readable.
I added a function to clear that bit ( clr_q_psr() ), too. Unfortunately, three instructions are needed (read-modify-write)
пре 8 година
PaulStoffregen
803218e7c2
Update maximum delay recommendations
пре 8 година
PaulStoffregen
b32149a46d
Add photos to quad in/out object documentation
пре 8 година
PaulStoffregen
29b4ded50d
Document FIR filter requirements, fixes #114
пре 8 година
PaulStoffregen
a25efdf12b
Update Tfilter design link in FIR filter docs
пре 8 година
PaulStoffregen
833a7e27a7
Be more careful when configuring MCLK
пре 8 година
Paul Stoffregen
4c4b3d8274
Merge pull request #163 from ivankravets/patch-10
(PlatformIO) Use tagged source code from repo
пре 8 година
Ivan Kravets
4881034ea3
Use tagged source code from repo
пре 8 година
PaulStoffregen
a8aa77327d
More hardware defs
пре 8 година
PaulStoffregen
a17093d3f8
Add link to FFT log band scaling conversation & scripts
пре 8 година
Paul Stoffregen
0d77d46112
Merge pull request #162 from blackketter/master
Len noticed a bug in binary velocity output
пре 8 година
Dean Blackketter
a4814ce934
Len noticed a bug in binary velocity output
пре 8 година
Paul Stoffregen
d488fc0df7
Merge pull request #161 from blackketter/master
Merge changes from LenShustek/miditones
пре 8 година
Dean Blackketter
c53268213d
Merge in changes from LenShustek/miditones with latest updates, including building correctly on Mac
пре 8 година
Dean Blackketter
d08a1cc276
Move miditones to a non-versioned file name
пре 8 година
PaulStoffregen
c2da2cd825
Update Travis CI settings
пре 8 година
PaulStoffregen
8263da1c58
Fix AudioEffectFlange documentation
https://forum.pjrc.com/threads/32580-Audio-System-Design-Tool-Typo
пре 8 година
Paul Stoffregen
d3141cbb76
Merge pull request #159 from FrankBoesing/master
Move miditones to "extras"-folder to prevent compiling
пре 8 година
Frank Bösing
99708bd16b
Move miditones to "extras"-folder to prevent compiling
пре 8 година
PaulStoffregen
84c9c6588b
Begin work on CS4272 documentation
пре 8 година
PaulStoffregen
35bbbf0df9
Add CS4272 control (thanks William Hollender)
https://hackaday.io/project/5912-teensy-super-audio-board
пре 8 година
PaulStoffregen
4fd916d7fa
fix incorrect comment
пре 8 година
PaulStoffregen
b8f0fc892b
Another very small high res sine optimization
пре 8 година
PaulStoffregen
b3d858ee63
Minor optimization in high res sine wave (thanks Rob Tillaart)
http://forum.arduino.cc/index.php?topic=372960.msg2574826#msg2574826
пре 8 година
Paul Stoffregen
66497d2c8d
Merge pull request #156 from billpugh/master
Bug fix so that downward tone sweeps will work.
пре 8 година
Bill Pugh
4103b9d08a
Bug fix so that downward tone sweeps will work.
Fixed problem with tone_hi - tone_lo computation being done
with unsigned arithmetic, and thus always giving a positive result.
пре 8 година
Paul Stoffregen
6be4028676
Merge pull request #155 from FrankBoesing/patch-1
don't save r12
пре 8 година
PaulStoffregen
5d6a53f907
Add AudioInputI2SQuad to the design tool
пре 8 година
PaulStoffregen
f12071604f
Add PassThroughQuad example
пре 8 година
Frank
6386b79554
don't save r12
indeed..you're right, saving r12 seems to be not necessary.
i did some tests, even with gcc 5, all worked. but i'm still only 99.9% sure .-)
пре 8 година
PaulStoffregen
7eeb6e14eb
Begin work on quad channel audio input
пре 8 година
Paul Stoffregen
bc898b8cce
Merge pull request #154 from FrankBoesing/master
Just learned that saving r0-r3 is superflues
пре 8 година
Frank Bösing
36278f5432
Just learned that saving r2,r3 is not needed!
http://stackoverflow.com/questions/261419/arm-to-c-calling-convention-registers-to-save
пре 8 година
Frank Bösing
d38e6e1de7
Merge branch 'master' of https://github.com/FrankBoesing/Audio
пре 8 година
PaulStoffregen
36481730b6
Add memcpy_tointerleaveQuad (thanks Frank)
пре 8 година
PaulStoffregen
43ffaa01b7
Add (minimal) AudioOutputI2SQuad documentation
пре 8 година
PaulStoffregen
54ce35d3ff
Add ability to control two SGTL5000 chips
пре 8 година
PaulStoffregen
a4d682e98d
fix quad channel DMA settings
пре 8 година