Recorded sample start and end times

Store Forums Audio Hacker Discussion and Project Ideas Recorded sample start and end times

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #14123
    willdatrill2007
    Participant

    Hello,

    Great product and I’m enjoying it.

    I was able to control the different MODES(PASSTHROUGH, RECORD, RECORD_DONE, PLAYBACK, etc) and the playback frequency via serial using DSP Robotics Flowstone.

    Is it possible to modify in real-time the start and end times of the recorded sample for truncating purposes?

    Any help will be gratefully appreciated.

    #14126
    Michael
    Keymaster

    Yes, that should be possible. The sample playback starts at address 0 of the first chip, and if the playback address reaches the max address of the first chip, it switches to address 0 of the second chip.

    You’ll have to study the code to do this. If your serial connection can send in a number, then playback can start at that address. Likewise you can send in an end address and stop at that address. It’s a little complicated because there are 2 chips, so I’d implement with only 1 memory chip to start.

    #14129
    willdatrill2007
    Participant

    Ok, great, thank you for your help.

    #14324
    PatriciaCollins
    Participant

    It helps, thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.