Skip to content
Snippets Groups Projects
  1. Jan 10, 2023
  2. Jan 07, 2023
  3. Dec 20, 2022
  4. Dec 09, 2022
  5. Dec 08, 2022
    • Sebastian's avatar
      Convert notification sound file to Windows-compatible WAV · cb3533df
      Sebastian authored
      Conversion has been conducted using ffmpeg. The audio codec has been
      explicitely set to pcm_s16le although that is also the default codec
      ffmpeg choses for wav output files when I do not specify any codec. Just
      added this if this changes in the future and we want to convert more
      files to the same format.
      
      ffmpeg -i notification.wav -acodec pcm_s16le output.wav
      cb3533df
  6. Dec 07, 2022
  7. Nov 30, 2022
  8. Nov 26, 2022
  9. Nov 22, 2022
  10. Nov 15, 2022
  11. Nov 07, 2022
  12. Oct 25, 2022
Loading