csd4ni3l
  • Joined on 2025-10-17
csd4ni3l synced commits to main at csd4ni3l/csd4ni3l from mirror 2026-04-07 23:04:53 +02:00
6522695425 Update with newer info and make it more personal
csd4ni3l synced commits to main at csd4ni3l/website from mirror 2026-03-12 01:59:17 +01:00
f93161bf96 fix thm icon being rust icon and add the thm icon(painted to white), fix rustlang icon by also painting to white
119dfe8de8 Update to newer information (Cachyos and Rust and Ethical Hacking), add PGP key, update public email
Compare 2 commits »
csd4ni3l synced commits to main at csd4ni3l/soundboard from mirror 2026-03-05 22:59:17 +01:00
ff947b57a8 Fix std::os::unix included on Windows where it doesnt exist, and remove set permission in yt-dlp for anything other than unix altogether.
8d21c268c2 Fix yt-dlp binary not having the right permissions after download
dff8d5aeff Fix warnings, remove ffmpeg output from cmd
4128566048 Make bottom panel fixed size so content doesn't go up and down when playing new sound effects, add more apps to Linux excludes, add multiple virtual output support by using buttons(on/off) on Linux so you can select the virtual mic for multiple apps at the same time
Compare 4 commits »
csd4ni3l synced commits to rust-rewrite at csd4ni3l/browser from mirror 2026-02-24 16:34:39 +01:00
56f613f531 Fix Github action having wrong filenames
6c0b5180b4 fix html & css cache not working, use base64 for cache filenames, automatically update tab titles, store the old url & revert to current tab's url, make the browser work by requesting the url on enter, adding the css/html parse and receive. Fix Host header not changing for css urls. use serde_json serialization for css cache, add missing tree_to_vec function, and improve the renderer's boilerplate.
Compare 2 commits »
csd4ni3l synced commits to rust-rewrite at csd4ni3l/browser from mirror 2026-02-22 17:34:28 +01:00
82ecd8cf8f Add Rust build code instead of Python, add dummy Renderer and "render" using it, add Tab new function, fix tls/tcp enum not working and bunch of other borrowing/owning issues in connection, and remove the thread for html cache parsing
csd4ni3l synced new reference rust-rewrite to csd4ni3l/browser from mirror 2026-02-22 16:34:26 +01:00
csd4ni3l synced commits to rust-rewrite at csd4ni3l/browser from mirror 2026-02-22 16:34:26 +01:00
csd4ni3l synced commits to main at csd4ni3l/soundboard from mirror 2026-02-17 19:34:31 +01:00
8d036bca08 Fix Windows build crashing because virtual_mic is Option Device not just Device (not inside let Some)
9d3d027e45 Add exit after cable input error messagebox is closed.
4a21f60ee6 Fix Windows cable input error handling
b241117813 Add messagedialog when VB Cable is not installed.
Compare 4 commits »
csd4ni3l synced commits to main at csd4ni3l/soundboard from mirror 2026-02-17 18:34:31 +01:00
dcf121c045 Improve REAMDE with feature table, add youtube downloader support with yt-dlp running in a thread, add yt-dlp auto-downnload and ffmpeg auto-download for windows/warn for linux, add back button for youtube downloader
csd4ni3l synced commits to main at csd4ni3l/soundboard from mirror 2026-02-15 18:34:17 +01:00
e7fbf8f4d8 Fix a bunch of issues with the windows standard to virtual mic routing, fix all warnings for youtube_downloader and others
815663b039 Fix windows not liking linux_lib import when creating dropdown/label for virtual mic
Compare 2 commits »
csd4ni3l synced commits to main at csd4ni3l/soundboard from mirror 2026-02-15 17:34:16 +01:00
0ae204ed0f Improve README, add untested Windows mic to virtual mic support, remove global pause and add per-sound pause & stop. Add youtube downloader UI and per-view rendering which doesnt do anything yet
csd4ni3l synced commits to main at csd4ni3l/soundboard from mirror 2026-02-15 15:34:16 +01:00
d78c3c22c9 Format the code, improve vb cable warning for windows, Update available apps to output to automatically, merge the update functions, Use a label when no apps are available or unsupported. Add a stop all and pause all button, exclude apps that are not useful.
csd4ni3l synced commits to main at csd4ni3l/soundboard from mirror 2026-02-05 22:33:08 +01:00
5a4ebe3467 Improve README by updating it with the newest info (new Linux stuff and Windows limitations)
csd4ni3l synced commits to main at csd4ni3l/soundboard from mirror 2026-02-05 21:33:12 +01:00
07c0457701 Fix Windows Rust still bugging me about variables by using a scope to create the normal_sink
58deb34135 Add sink twice to second PlayingSound push cuz rust is dumb shit and doesnt understand im already returning
Compare 2 commits »
csd4ni3l synced commits to main at csd4ni3l/soundboard from mirror 2026-02-05 20:33:07 +01:00
ff71f6f21a Fix currently_playing push not working on Windows because normal_sink is in a different scope
ca6fc96f99 Fix some windows compilation issues
Compare 2 commits »
csd4ni3l synced commits to main at csd4ni3l/soundboard from mirror 2026-02-05 19:33:08 +01:00
6480c80cb4 Linux support is done! Now they can hear you & you can speak, and you will not hear yourself.
csd4ni3l synced commits to main at csd4ni3l/soundboard from mirror 2026-02-05 18:33:08 +01:00
320337567d Fix reload sound system button not replacing sound system but output stream of current sound system
83f53f8711 Add normal mic support on Linux by using loopback modules, and remove all unnecessary double stream code which wouldnt work anyway, add Windows normal mic support as well, by using target_os windows blocks and running 2 separate streams.
Compare 2 commits »
csd4ni3l synced commits to main at csd4ni3l/soundboard from mirror 2026-02-05 16:33:08 +01:00
21d9f6c08b Code formatted by Zed automatically, added black fill color for
csd4ni3l synced commits to main at csd4ni3l/soundboard from mirror 2026-01-25 16:31:50 +01:00
abb7704e21 Fix typo
4d065525ff Fix Windows trying to use linux move_index_to_virtualmic func
73efdbd8b3 Add DeviceTrait to fix Windows not being able to access device name
caa4f7d2d0 Fix windows missing let keywords
a42c69c845 Separate Linux and Windows stuff (I have no idea if Windows even works), add automatic virtual mic support for apps on Linux (impossible on Windows)
Compare 5 commits »
csd4ni3l synced commits to main at csd4ni3l/soundboard from mirror 2026-01-23 21:31:37 +01:00
d5a7dd624b Remove unused bevy features to remove bloat & reduce executable size by 32% (debug)