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

how to save audio record into wav file #45

Open
TonyFly3000 opened this issue Nov 21, 2019 · 4 comments
Open

how to save audio record into wav file #45

TonyFly3000 opened this issue Nov 21, 2019 · 4 comments

Comments

@TonyFly3000
Copy link

Hi ,

May I know how can I save the audio record into wav file ?

############### ui.R ###########################
shinylistenr_UI("my_recorder")

############### Server.R ###########################
observeEvent(recorder(), {
my_recording <- recorder()

@nstrayer
Copy link
Owner

Hi @TonyFly3000 ,

Currently, there's no way to extract the raw waveforms from the recordings. This is because the Javascript API I am using only returns the fast fourier transformed results. I have it on the to-do list to look into using another API that allows for full-waveform extraction but I haven't gotten around to it yet.

@nstrayer
Copy link
Owner

Posting this article as a reference for when I do implement wav generation.

@TonyFly3000
Copy link
Author

Got it . Thanks a lot . shinysense is great project . I have make a demo for object detection with shinysense camera input. https://tduan.shinyapps.io/object_detection_shiny/

Waiting for the wav recorder as the voice recognization input.

Thank you
Tony Duan

@TonyFly3000
Copy link
Author

Any update on saving audio record into wav file?

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

No branches or pull requests

2 participants