0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Get rid of the weaver modulator More... over 4 years ago
Cleanup oscilator code More... over 4 years ago
Switch filters to single precision More... over 4 years ago
Obey the pre-emphasis tau set by the user More... over 4 years ago
rtp_client: add systemd .service file and installation targets on the makefile More... almost 6 years ago
rtp_server: handle rtpbin's request-pt-map signal More... about 6 years ago
rtp_server: enable appsrc's do-timestamp property More... about 6 years ago
rtp_server: ensure the input buffer size represents the actual the number of samples More... about 6 years ago
rtp_server: use a buffer pool and copy data from the original output buffer More... about 6 years ago
rtp: register request-aux-foo callbacs before linking pads More... about 6 years ago
rtp_client: make pad_added/removed callbacks only work on the recv_rtp_src_* pads More... about 6 years ago
rtp_client: print statistics on SIGUSR1 More... about 6 years ago
rtp_client: Add .gitignore More... about 6 years ago
Add new rtp_client program that compliments the integrated rtp_server More... about 6 years ago
rtp_server: replace rtprtxqueue with the standards-compliant rtprtxsend More... about 6 years ago
rtp_server: remove the queue2 element More... over 6 years ago
Add .editorconfig More... over 6 years ago
Add a queue element before the flac encoder that can hold 2 jack buffers so that the encoder gets continuous data Switch the RTP profile from the default AVP to AVPF (with feedback) More... over 6 years ago
Use conditional timed wait for dynamic PSN / RT threads so that we don't have to wait for them to exit. Also don't go with sigterm (without a handler it'll kill the whole process anyway), use pthread_cancel instead. More... over 6 years ago
Make sure we reset PSN / RT to the default one when exiting the gui More... over 6 years ago
Added support for Dynamic PSN / RT from file. Use Dynamic PSN at your own risk ! More... over 6 years ago
Make fmmod panel look better + fix a bug where both audio levels showed the left channel More... over 6 years ago
Make sure we hide() the widgets on all but the current page so that we don't poll for their contents while they are not visible to the user. More... over 6 years ago
Make sure we call gtk_entry_set_text with a non-null text More... over 6 years ago
Some work on processing audio channels in parallel while filtering / resampling. Needs some more testing. More... almost 7 years ago
No need for that fftw_execute call More... almost 7 years ago
* Don't mess with the imaginary part on the pre-emphasis filter since it introduces distortion. Also no need to mess with the imaginary part in the stopband, save extra multiplications by zeroing it out. More... almost 7 years ago
* Switch the FM Pre-emphasis filter to FFT and allow for tau to be changed at runtime More... almost 7 years ago
Set button contains st on vmap, clean it up More... almost 7 years ago
* Added the RTP Server's panel for adding/removing receivers * No need to add localhost as a receiver by default, RTP server won't send out anything until receivers are added. * Cleanups More... almost 7 years ago