Skip to content

Commit

Permalink
alles large pcm
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhitman committed Jun 9, 2024
1 parent 33fb9b4 commit 6b3ef73
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/amy.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,11 @@ void amy_profiles_print() { for(uint8_t i=0;i<NO_TAG;i++) { AMY_PROFILE_PRINT(i)


// This defaults PCM size to small. If you want to be different, include "pcm_large.h" or "pcm_tiny.h"
#ifdef ALLES
#include "pcm_large.h"
#else
#include "pcm_small.h"

#endif

#include "clipping_lookup_table.h"
#include "delay.h"
Expand Down

0 comments on commit 6b3ef73

Please sign in to comment.