Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Recording lasts no longer than 20 seconds #337

Open
scwall opened this issue Oct 15, 2024 · 0 comments
Open

Bug: Recording lasts no longer than 20 seconds #337

scwall opened this issue Oct 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@scwall
Copy link

scwall commented Oct 15, 2024

What happened?

When I try to record conversations with my laptop in a room with several speakers, the recording never lasts more than 16 seconds once I stop the recording.

Steps to reproduce

  1. Click on the start recording button
  2. Wait in the meeting room until the meeting is over
  3. Stop recording

What OS are you seeing the problem on?

Window

Relevant log output

2024-10-15T08:22:17.658979Z DEBUG vibe::setup: webview version: 129.0.2792.89
2024-10-15T08:22:17.659743Z DEBUG vibe::custom_protocol: Protocol handler registered successfully.
2024-10-15T08:22:17.660013Z DEBUG vibe::setup: Cargo features: vulkan
2024-10-15T08:22:17.660268Z DEBUG vibe::setup: CPU Features
{"avx":{"enabled":true,"support":true},"avx2":{"enabled":true,"support":true},"f16c":{"enabled":true,"support":true},"fma":{"enabled":true,"support":true}}
2024-10-15T08:22:17.660522Z DEBUG vibe::setup: Executable Architecture: x86_64
2024-10-15T08:22:17.660740Z DEBUG vibe::setup: APP VERSION: 2.6.3
2024-10-15T08:22:17.660946Z DEBUG vibe::setup: COMMIT HASH: d24ffccb0d05ea822ff1a3a6edb3b9871be9f368
2024-10-15T08:22:17.661180Z DEBUG vibe::setup: Non CLI mode
2024-10-15T08:22:19.099004Z DEBUG vibe::cmd: Vulkan support is successfully checked and working.
2024-10-15T08:22:19.179452Z DEBUG vibe::cmd::audio: Default Input Device:
Ok("Microphone Array (Realtek(R) Audio)")
2024-10-15T08:22:19.179804Z DEBUG vibe::cmd::audio: Default Output Device:
Ok("Speakers (Realtek(R) Audio)")
2024-10-15T08:22:19.190240Z DEBUG vibe::cmd::audio: Devices:
2024-10-15T08:22:22.744200Z DEBUG vibe::cmd::audio: Recording from device: Microphone Array (Realtek(R) Audio)
2024-10-15T08:22:22.744549Z DEBUG vibe::cmd::audio: Device ID: 3
2024-10-15T08:22:22.753586Z DEBUG vibe::cmd::audio: WAV file path: "C:\\Users\\pascdese\\AppData\\Local\\Temp\\WExCqLVqUS.wav"
2024-10-15T08:22:24.724286Z DEBUG vibe::cmd::audio: Stream started playing
2024-10-15T08:22:24.724902Z DEBUG vibe::cmd::audio: Stream handle created
2024-10-15T08:22:24.726768Z DEBUG vibe::cmd::audio: Recording from device: Speakers (Realtek(R) Audio)
2024-10-15T08:22:24.727597Z DEBUG vibe::cmd::audio: Device ID: 0
2024-10-15T08:22:24.739714Z DEBUG vibe::cmd::audio: WAV file path: "C:\\Users\\pascdese\\AppData\\Local\\Temp\\SDESi6fBNK.wav"
2024-10-15T08:22:34.469677Z DEBUG vibe::cmd::audio: Writing input data (F32)
2024-10-15T08:22:34.473038Z DEBUG vibe::cmd::audio: Pausing stream
2024-10-15T08:22:34.473317Z DEBUG vibe::cmd::audio: Finalizing writer
2024-10-15T08:22:34.525762Z DEBUG vibe::cmd::audio: Pausing stream
2024-10-15T08:22:34.526042Z DEBUG vibe::cmd::audio: Finalizing writer
2024-10-15T08:22:34.542806Z DEBUG vibe::cmd::audio: Emitting record_finish event
2024-10-15T08:22:34.545392Z DEBUG vibe_core::audio: ffmpeg path is C:\Users\pascdese\AppData\Local\vibe\ffmpeg.exe
@scwall scwall added the bug Something isn't working label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant