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

Build a wav file with multiple frequencies #10

Open
peterstivin opened this issue Nov 27, 2022 · 0 comments
Open

Build a wav file with multiple frequencies #10

peterstivin opened this issue Nov 27, 2022 · 0 comments

Comments

@peterstivin
Copy link

We would like to build a wav file with multiple frequencies for a specified duration for each frequency.

I'll try to explain the use case

Say we need to build a wav file with frequency ranging from 150MHz to 200MHz for the first 5 secs( the whole wave file from frequency 150MHz, 150.1MHz, 150.2MHz, etc up to 200MHz should end in 5 secs time)
The next 10 secs should be from 200MHz to 300MHz
The next 15 secs should be from 300MHz to 400MHz
Once all the 3 wav files are generated, we need to combine/concat all these 3 into a single wav file of 30 secs (5+10+15)

Can you please let us know how can we achieve this using this code base?

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

1 participant