If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
Record a stream of audio into a wave file or wave table?
5 posts
• Page 1 of 1
Record a stream of audio into a wave file or wave table?
Hi guys,
I'm struggling to get my head around how to achieve this with Flowstone?
I want to stream audio into a module where its saved as a loop/sample/wavetable where it can be manipulated or resynthed.
Apologies if its a noob question, and thanks in advance for the feedback
I'm struggling to get my head around how to achieve this with Flowstone?
I want to stream audio into a module where its saved as a loop/sample/wavetable where it can be manipulated or resynthed.
Apologies if its a noob question, and thanks in advance for the feedback
- glitchcpt
- Posts: 54
- Joined: Wed Oct 01, 2014 3:42 pm
Re: Record a stream of audio into a wave file or wave table?
prolly the best way to do it is to write to a mem.
you need to build a stream counter,
which renders the samples into the mem.
You can see my implementation at www.phonicsaudio.com
The plugin is called Sync
This is really the only practical method.
It's also possible to take float array chunks and append them,
but this gets discontinuities when the CPU is busy.
I would be happy to sell the schematic for Sync
Maybe I could chop out the juicy parts for ya anyway-
happy to answer a next round of questions if you've got them
you need to build a stream counter,
which renders the samples into the mem.
You can see my implementation at www.phonicsaudio.com
The plugin is called Sync
This is really the only practical method.
It's also possible to take float array chunks and append them,
but this gets discontinuities when the CPU is busy.
I would be happy to sell the schematic for Sync
Maybe I could chop out the juicy parts for ya anyway-
happy to answer a next round of questions if you've got them
-
nix - Posts: 817
- Joined: Tue Jul 13, 2010 10:51 am
Re: Record a stream of audio into a wave file or wave table?
I just want to say thanks again for your generosity
this is more a learning experience than anything else, I will end up giving my plugins to my students and followers for free also for learning processes, so I will try focus on getting it right by myself, I think this has given me a bit of a push so lets see
this is more a learning experience than anything else, I will end up giving my plugins to my students and followers for free also for learning processes, so I will try focus on getting it right by myself, I think this has given me a bit of a push so lets see
- glitchcpt
- Posts: 54
- Joined: Wed Oct 01, 2014 3:42 pm
Re: Record a stream of audio into a wave file or wave table?
you're welcome!
the way to get a stream to count upwards at samplerate is to feedback
1 into an add
Well it's the simplest way without writing a code snippet
All success
the way to get a stream to count upwards at samplerate is to feedback
1 into an add
Well it's the simplest way without writing a code snippet
All success
-
nix - Posts: 817
- Joined: Tue Jul 13, 2010 10:51 am
Re: Record a stream of audio into a wave file or wave table?
Thanks man!! I think logically its coming together in my head
- glitchcpt
- Posts: 54
- Joined: Wed Oct 01, 2014 3:42 pm
5 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 60 guests