Forum Rule: Always post complete source code & details to reproduce any issue!
Results 1 to 2 of 2

Thread: Publishing new audio objects as a library?

  1. #1
    Junior Member
    Join Date
    Jul 2013
    Location
    Alameda, CA
    Posts
    8

    Publishing new audio objects as a library?

    I've been working on a pitch shifting audio object for one of my projects. I have it using about 66% of the CPU on Teensy 4 with pretty high quality. I was thinking that it might be useful to others. What's the best way to publish it? Just a GitHub repo? Can I publish it to the normal Arduino library registry? It of course depends on the Teensy audio library.

  2. #2
    Senior Member
    Join Date
    Jul 2020
    Posts
    1,791
    One way is to take pull request from the Teensy audio library repo and add your object - if its worth having it might be considered for incorporation.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •