csd4ni3l
  • Joined on 2025-10-17
csd4ni3l synced commits to refs/heads/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 refs/heads/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 refs/heads/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 refs/heads/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 refs/heads/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 refs/heads/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 refs/heads/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 refs/heads/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 refs/heads/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 refs/heads/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)
csd4ni3l synced commits to refs/heads/main at csd4ni3l/soundboard from mirror 2026-01-23 20:31:45 +01:00
aecba51e77 add DeviceTrait to fix Windows crashing when getting audio device name
csd4ni3l released at csd4ni3l/soundboard 2026-01-23 20:31:37 +01:00
csd4ni3l pushed tag latest to csd4ni3l/soundboard 2026-01-23 20:31:36 +01:00
csd4ni3l synced commits to refs/heads/main at csd4ni3l/soundboard from mirror 2026-01-23 19:31:38 +01:00
f7d6bb9d6b fix windows trying to return normal input which doenst work right now
3aca3d7a4a Add libudev dependency to Linux
6e19790c93 Make debug builds much less heavy by disabling unnecessary debug information, add ALSA headers to Linux and rename the step
Compare 3 commits »
csd4ni3l synced commits to refs/heads/main at csd4ni3l/soundboard from mirror 2026-01-23 18:31:38 +01:00
d8a7db6b78 fix main.yaml incorrect naming for windows exe verify, add wayland & x11 package installs that are needed for on Linux
4b74e211f6 Fix Linux build not installing mold & clang
b539327672 Improve README, make bevy wayland & x11 a linux-only dependency, add rust building, fix dead code warnings, try adding normal playing with virtual (didnt work, comments), fix pulse not working sometimes by adding a manual playback move to the virtual mic, make windows, linux and other virtual mic code per-system
Compare 3 commits »
csd4ni3l synced commits to refs/heads/main at csd4ni3l/soundboard from mirror 2026-01-23 14:31:36 +01:00
4fff1d4709 Add warning for other OSes and fix macos warning
6fcd4a4154 Update README to include clang dependency, move virtual mic creation to the app, add length tracking to the app and remove sounds that already ended, move from Systemtime to Instant and virtual mic recreation inside the app if anything bugs out
Compare 2 commits »
csd4ni3l synced commits to refs/heads/main at csd4ni3l/soundboard from mirror 2026-01-22 20:31:34 +01:00
ea2fa978ca use rodio's cpal, use microphone device instead of default, only show supported files in the list, and Linux works now when ran with the included script and Discord set to use the virtual_mic source.
csd4ni3l synced commits to refs/heads/main at csd4ni3l/soundboard from mirror 2026-01-22 18:31:33 +01:00
9c34ebbff5 move cargo config to the right place, add audio playing (SoundSystem), add better scaling, fix centralpanel initiated before sidepanel, make everything based on height, add file scrolling
csd4ni3l synced commits to refs/heads/main at csd4ni3l/soundboard from mirror 2026-01-21 18:31:23 +01:00
bc027228d6 fix tabs.length to tabs.len
csd4ni3l synced commits to refs/heads/main at csd4ni3l/soundboard from mirror 2026-01-21 17:31:23 +01:00
baf348117b rename FileData to AppState, fix system not having a mutable pointer, add file buttons, current directory