Skip to content

feat(frontend Recording): Restructures the streaming audio capture an…#11

Open
Kamal-Eldin wants to merge 1 commit intoOddadmix:mainfrom
Kamal-Eldin:bugfix/FETH-46-PCM
Open

feat(frontend Recording): Restructures the streaming audio capture an…#11
Kamal-Eldin wants to merge 1 commit intoOddadmix:mainfrom
Kamal-Eldin:bugfix/FETH-46-PCM

Conversation

@Kamal-Eldin
Copy link

Hello @Oddadmix,
This isolates the changes specific to the raw PCM audio encoding from PR #5 to this PR. This cherry picks the relevant commit from ours and applying it directly at the HEAD of yours on the latest commit by you:

Change scope

  • Recording.tsx
  • WavEncoder.ts

Additional info

Please note that we had issues with the sqlite and Mysql dbs with the original setup.
These, we attempted to resolve in PR #5 (which also includes changes of PR #3) where we used a mysql docker image in a docker compose system.
Part of our solution is to manually correct the VITE_BACKEND_URL in the frontend files via a Make shell command. Also included in PR #5.

However as requested, in the PR here, these changes have been dropped and only the changes for the PCM audio are included.

…d encoding to capture raw PCM audio and encodes to wav format at 48000 sampling rate and sample size 16-bit

 - implements the wavEncoder utility to encode raw PCM to wav

Closes: FETH-46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant