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

JACK buffer size fix. #11121

Merged
merged 21 commits into from
Feb 4, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
c2b1af8
Fix condition in JACK backend check
robbert-vdh Nov 24, 2022
82c7f71
Replace m_framesPerBuffer uses with runtime size
robbert-vdh Dec 6, 2022
fefbfd2
Use std::unique_ptr for FIFOs in PortAudio backend
robbert-vdh Dec 6, 2022
cfeffa7
Remove unused getProcessingLatency() function
robbert-vdh Dec 6, 2022
1451803
renamed m_framesPerBuffer to m_configFramesPerBuffer
daschuer Dec 3, 2022
b1b14b1
Improve the comment that explains paFramesPerBufferUnspecified
daschuer Dec 3, 2022
8f97592
Don't use the m_configFramesPerBuffe and improve debug output and com…
daschuer Dec 4, 2022
4c1eb24
dispose m_iBufferSize and use always the callback value as parameter
daschuer Dec 4, 2022
e52de39
Always use the real framesPerBuffer value received via the callback
daschuer Dec 4, 2022
75d0e29
Deduplicate code in VisualPlayPosition
daschuer Dec 6, 2022
f1bc670
Apply a better offset limit in VisualPlayposition
daschuer Dec 6, 2022
096089d
Dispose audio_buffer_size and use directly the callback parameter
daschuer Dec 6, 2022
6d24c26
Use MAX_BUFFER_LEN for all non clock reference devices in case of JACK.
daschuer Dec 7, 2022
705e097
Don't allow setting device sync and network clock with the JACK API
daschuer Dec 8, 2022
e15cda3
Avoid implicit conversion from double to bool
daschuer Dec 8, 2022
b48e06d
Improve comment about vectorization
daschuer Dec 8, 2022
185a681
Improve comments and debug output
daschuer Dec 8, 2022
44fa755
check channel count for > 0 instead of implicit bool conversion
daschuer Dec 8, 2022
32379a6
Remove unused variable
daschuer Dec 9, 2022
31ba28e
Fix jackApiUsed() implementation
daschuer Dec 16, 2022
f49bf12
Use the correct term frames per period
daschuer Jan 25, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading