Skip to content
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

Simplify the waveform reading code #194

Merged
merged 1 commit into from
Nov 9, 2021
Merged

Conversation

turboencabulator
Copy link
Contributor

Combine the Android and non-Android implementations. Only difference
now is the path to the waveform data.

Remove arbitrarily-sized buffers and most C-style string handling
function calls. Use native Qt string methods instead; this should
improve memory safety.

Combine the Android and non-Android implementations.  Only difference
now is the path to the waveform data.

Remove arbitrarily-sized buffers and most C-style string handling
function calls.  Use native Qt string methods instead; this should
improve memory safety.
@EspoTek EspoTek merged commit 591940b into EspoTek:master Nov 9, 2021
@EspoTek
Copy link
Owner

EspoTek commented Nov 9, 2021

Thanks! So much more compact now.

EspoTek added a commit that referenced this pull request Nov 16, 2021
This reverts commit 591940b.

Revert "Whitespace cleanup (#192)"

This reverts commit 1b45b0d.
turboencabulator added a commit to turboencabulator/Labrador that referenced this pull request Sep 21, 2022
Combine the Android and non-Android implementations.  Only difference
now is the path to the waveform data.

Remove arbitrarily-sized buffers and most C-style string handling
function calls.  Use native Qt string methods instead; this should
improve memory safety.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants