-
Notifications
You must be signed in to change notification settings - Fork 156
Reduce voice RAM and ROM needs #665
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
TheRealMoeder
wants to merge
40
commits into
DeviationTX:master
Choose a base branch
from
TheRealMoeder:voice_diet2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
be3c202
remove voice map and read voice.ini on demand
TheRealMoeder 63a386a
Handle timers in on demand voice.ini reading
TheRealMoeder a195aa1
Cleanup and fix linter errors
TheRealMoeder d3ee876
Correct voice file count and small rom save
TheRealMoeder ea09e02
fix build error when disabling voice-menu
TheRealMoeder 30ede8d
Reduce function calls in MIXER_ApplyMixers
TheRealMoeder 2724b8c
remove unnecessary pp line
TheRealMoeder da6c5cb
use ptr to save rom in voiceconfig
TheRealMoeder f1cf456
fix linter error
TheRealMoeder f17b917
save rom in telemetry.c for voice
TheRealMoeder 4d36b63
fix linter errors
TheRealMoeder 8617d34
move if to switch statement to save rom
TheRealMoeder ad40cf0
fix error
TheRealMoeder 327081e
fix error
TheRealMoeder 0998b41
Fix timer alarms
TheRealMoeder f09c27a
Remove old trim button voice logic. The same can now be achieved with…
TheRealMoeder 55381d9
Increase custom voice limit
TheRealMoeder 4cf14b7
Limit scope of some AUDIO functions
TheRealMoeder 84a1f1c
Fix linter errors
TheRealMoeder 1d8f208
small improvment of debug messages
TheRealMoeder 5bdcebf
Reduce AUDIO_VoiceAvailable calls
TheRealMoeder ffd8c30
Optimize MUSIC_PlayValue
TheRealMoeder 0fae090
Remove MUSIC_GetTimerAlarm as it is only called once
TheRealMoeder 3914245
fix lint error
TheRealMoeder 7147d6a
avoid preprocessor ifs
TheRealMoeder 682a87e
address review
TheRealMoeder 8583924
fix merge errors
TheRealMoeder 529de21
Allow empty custom music section
TheRealMoeder 7ce4bc1
Allow empty custom voice section #2
TheRealMoeder ed12dc7
Allow empty custom section in voice.ini
TheRealMoeder 304060c
Fix error
TheRealMoeder 336532a
Fix screenshot test
TheRealMoeder 3785845
Fix lint error
TheRealMoeder 0416d69
remove voice config from screenshot tests
TheRealMoeder 361bfd2
address review
TheRealMoeder 942a33c
fix lint error
TheRealMoeder 90d8d2f
Merge branch 'master' into voice_diet2
TheRealMoeder db82aef
fix merge error
TheRealMoeder 15ddfeb
Merge remote-tracking branch 'upstream/master' into voice_diet2
TheRealMoeder 6dfc826
Merge remote-tracking branch 'upstream/master' into voice_diet2
TheRealMoeder File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,6 @@ | ||
| const char* CONFIG_VoiceParse(); | ||
| #ifndef _VOICE_H_ | ||
| #define _VOICE_H_ | ||
|
|
||
| const char* CONFIG_VoiceParse(unsigned id); | ||
TheRealMoeder marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| #endif | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.