Hello, first post but I’ve been unable to find someone with a similar issue.
I have a Sabertrio (S3) proffie 3.9 setup that uses their unique “audio chip” style speakers.
I also have an LGT proffie 2.2 saber from AliExpress that uses what I believe to be a 24mm speaker.
Long story short, when playing a .wav audio track, it’s sounds much more distorted and blown out sounding on the 28mm S3 install than the LGT. This is with identical frequency cutoffs in the configs.
Both use speakers from S.O. Although, the S3 sounds bad (the same) across two separate audio chips. (Stock and S.O elite)
Is this just me being misguided thinking a larger speaker would be better in every way when it’s actually worse in some areas or is this an issue that is due to S3 and their unique config/proffie os version?
s3config_v3.h (285.5 KB)
LGT config as a comparison:
#ifdef CONFIG_TOP
#include “proffieboard_v2_config.h”
#define NUM_BLADES 1
#define NUM_BUTTONS 2
const unsigned int maxLedsPerStrip = 144;
#define EXTRA_COLOR_BUFFER_SPACE 60
#define VOLUME 2000
#define CLASH_THRESHOLD_G 4
#define ENABLE_AUDIO
#define ENABLE_MOTION
#define ENABLE_WS2811
#define ENABLE_SD
#define MOTION_TIMEOUT 60 * 15 * 1000
#define IDLE_OFF_TIME 60 * 15 * 1000
#define DISABLE_BASIC_PARSER_STYLES
#define DISABLE_DIAGNOSTIC_COMMANDS
#define ENABLE_ALL_EDIT_OPTIONS
#define NO_REPEAT_RANDOM
#define COLOR_CHANGE_DIRECT
#define FETT263_EDIT_MODE_MENU
#define FETT263_SAY_COLOR_LIST
#define FETT263_SAY_COLOR_LIST_CC
#define FETT263_SAY_BATTERY_PERCENT
#define FETT263_LOCKUP_DELAY 200
#define FETT263_BM_CLASH_DETECT 6
#define FETT263_SWING_ON_SPEED 400
#define FETT263_SWING_ON
#define FETT263_THRUST_ON
#define FETT263_FORCE_PUSH_ALWAYS_ON
#define FETT263_SPECIAL_ABILITIES
#define FETT263_FILTER_CUTOFF_FREQUENCY 200
#define FETT263_FILTER_ORDER 8
#define FETT263_EFFECT_POWERSAVE
#endif // <— THIS MUST STAY HERE to close CONFIG_TOP
#ifdef CONFIG_PROP
#include “../props/saber_fett263_buttons.h”
#endif // <— This closes CONFIG_PROP
There are a lot of possible reasons for this, like:
- blown speaker
- dust or metal bits in the speaker
- bad battery
- damaged amplifier
- bad sd card
- volume too high
- software bugs
- shorts
- loose speaker
- bad speaker connection
Things would need to be swapped around a bit and reprogrammed to figure out exactly which components are causing the problem. Prime suspects are of course the actual speakers, but it could definitely be something else.
1 Like
Thanks for the response.
Since it happens across two separate speakers and 3 different batteries I’m going to assume it’s something to do with the amp on the board.
Especially since I can hear a hissing/white noise in one of the tracks I play, maybe the gain is too high or something. That’s my guess anyway
Also, is there a way to cut off high frequencies like there is low?
There is no “gain” on a Proffieboard, because it’s a purely digital amplifier.
Hissing and white noise can still happen for various reasons, the most common one is that the 5 volt input isn’t stable, which means that the booster that produces the 5 volts isn’t working properly.