MathewSachin / Captura

Capture Screen, Audio, Cursor, Mouse Clicks and Keystrokes
https://mathewsachin.github.io/Captura/
MIT License
9.55k stars 1.79k forks source link

When "☑️ Playback audio recorded in real time" is ticked, my "start" sound effect plays repeatedly #459

Closed hi2u closed 4 years ago

hi2u commented 4 years ago

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. In the Configure window, under the Sounds section, for Start:, set an audio file to be played when recording begins.
  2. On the Screen Recording tab, under Audio, tick the box: ☑️ Playback audio recorded in real time.
  3. Start recording.
  4. The chosen sound effect file is played repeatedly until recording is stopped.

The repeating audio overlaps and layers up with a slight offset, i.e. it doesn't wait until the whole sound effect has ended to start a new loop.

Expected behavior

The starting sound effect file should only play once.

Desktop:

Let me know if it would be more helpful to make a screen recording to demonstrate.

MathewSachin commented 4 years ago

I had already removed the Playback audio recorded in real time feature in v9 pre-release and do not plan to add it back.

It was removed for easier usage of open-source NAudio library which now replaces the proprietary BASS library used earlier.

hi2u commented 4 years ago

Ah fair enough.

Thanks for your work on this program, it's really great!