electro-music.com   Dedicated to experimental electro-acoustic
and electronic music
 
    Front Page  |  Radio
 |  Media  |  Forum  |  Wiki  |  Links
Forum with support of Syndicator RSS
 FAQFAQ   CalendarCalendar   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   LinksLinks
 RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in  Chat RoomChat Room 
 Forum index » DIY Hardware and Software » Developers' Corner
DSP Algorithm Libraries
Post new topic   Reply to topic Moderators: DrJustice
Page 1 of 1 [12 Posts]
View unread posts
View new posts in the last week
Mark the topic unread :: View previous topic :: View next topic
Author Message
jksuperstar



Joined: Aug 20, 2004
Posts: 2503
Location: Denver
Audio files: 1
G2 patch files: 18

PostPosted: Mon May 11, 2009 6:53 pm    Post subject:  DSP Algorithm Libraries
Subject description: List your open source libraries of C, Assembler, etc. here
Reply with quote  Mark this post and the followings unread

Just putting a place holder for DSP code to go. Libraries of algorithms, whatever. Any language is welcomed! C, assembler for your favorite DSP or uController, or maybe chuck? Please add useful links & files!

for starters:
http://www.alessandro-petrolati.it/audiodrome.html
Back to top
View user's profile Send private message Visit poster's website
DrJustice



Joined: Sep 13, 2004
Posts: 2114
Location: Morokulien
Audio files: 4

PostPosted: Tue May 12, 2009 10:32 am    Post subject: Reply with quote  Mark this post and the followings unread

Good initiative jk!

Lots of algorithms, code examples in various languages:

Music-DSP Source Code Archive

DJ
--
Back to top
View user's profile Send private message Visit poster's website
DrJustice



Joined: Sep 13, 2004
Posts: 2114
Location: Morokulien
Audio files: 4

PostPosted: Tue May 12, 2009 3:48 pm    Post subject: Reply with quote  Mark this post and the followings unread

As posted to the music-dsp list recently:

A Collection of Useful C++ Classes for Digital Signal Processing

This collection provides lots of useful IIR filter types.

Edit: project moved from sourceforge to google.

DJ
--

Last edited by DrJustice on Thu Jun 18, 2009 6:14 pm; edited 2 times in total
Back to top
View user's profile Send private message Visit poster's website
DrJustice



Joined: Sep 13, 2004
Posts: 2114
Location: Morokulien
Audio files: 4

PostPosted: Tue May 12, 2009 4:01 pm    Post subject: Reply with quote  Mark this post and the followings unread

And of course if people are looking for FFT or sample rate conversion libraries, these are the most prominent ones:

FFTW, aka "Fastest Fourier Transform in the West"

Secret Rabbit Code (Sample Rate Converter)

DJ
--
Back to top
View user's profile Send private message Visit poster's website
DrJustice



Joined: Sep 13, 2004
Posts: 2114
Location: Morokulien
Audio files: 4

PostPosted: Wed May 13, 2009 5:55 pm    Post subject: Reply with quote  Mark this post and the followings unread

I've made this topic a sticky.

Please feel free to add anything of interest!

DJ
--
Back to top
View user's profile Send private message Visit poster's website
blue hell
Site Admin


Joined: Apr 03, 2004
Posts: 24389
Location: The Netherlands, Enschede
Audio files: 296
G2 patch files: 320

PostPosted: Thu May 14, 2009 3:28 am    Post subject: Reply with quote  Mark this post and the followings unread

DrJustice wrote:
I've made this topic a sticky.


thumleft (forgot to bookmark Wink )

_________________
Jan
also .. could someone please turn down the thermostat a bit.
Posted Image, might have been reduced in size. Click Image to view fullscreen.
Back to top
View user's profile Send private message Visit poster's website
DrJustice



Joined: Sep 13, 2004
Posts: 2114
Location: Morokulien
Audio files: 4

PostPosted: Sun May 24, 2009 1:07 pm    Post subject:
Subject description: FFT based pitch shifting and time stretching
Reply with quote  Mark this post and the followings unread

Stephan Bernsee, proprietor of The DSP Dimension and creator of the exceptional Neuron synthesizer (among other things), has a page with some very useful tutorials, papers and libraries concerning FFT based pitch shifting and time stretching.

Jet over to The DSP Dimension main page: Signal Processing Tutorials & Software.

Or head straight for the downloads section if you're in a real hurry Very Happy

DJ
--
Back to top
View user's profile Send private message Visit poster's website
slugger



Joined: Feb 11, 2010
Posts: 42
Location: up on Cripple Creek (CO)

PostPosted: Wed Apr 21, 2010 8:03 pm    Post subject: Reply with quote  Mark this post and the followings unread

This isn't strictly source code, though it does have some:

http://basicsynth.com/forums.html

It's sort of a walk-through to creating a basic synthesis environment including various synthesis building blocks, effects, sequencing, etc. There is also a link to a project on sourceforge, including a compiled Win executable. From the site:

Quote:
...this site does not explore any new or original methods of sound synthesis. The examples shown here are the way most synthesis software is implemented and has been implemented since the 1960s. Instead, this information is intended as an introduction to software synthesis with a focus on the practical problems of programming the sound generation routines and combining them in a way to produce an efficient working synthesizer.

_________________
the synthgeek pages - samples & stuff
my blog
Back to top
View user's profile Send private message Visit poster's website
Grumble



Joined: Nov 23, 2015
Posts: 1310
Location: Netherlands
Audio files: 30

PostPosted: Wed Nov 25, 2015 5:04 am    Post subject: Reply with quote  Mark this post and the followings unread

slugger wrote:

http://basicsynth.com/forums.html

Link isn't working Crying or Very sad
Back to top
View user's profile Send private message Visit poster's website
blue hell
Site Admin


Joined: Apr 03, 2004
Posts: 24389
Location: The Netherlands, Enschede
Audio files: 296
G2 patch files: 320

PostPosted: Wed Nov 25, 2015 7:43 am    Post subject: Reply with quote  Mark this post and the followings unread

Link works fine here ... maybe it was down for a bit.
_________________
Jan
also .. could someone please turn down the thermostat a bit.
Posted Image, might have been reduced in size. Click Image to view fullscreen.
Back to top
View user's profile Send private message Visit poster's website
Grumble



Joined: Nov 23, 2015
Posts: 1310
Location: Netherlands
Audio files: 30

PostPosted: Wed Nov 25, 2015 7:53 am    Post subject: Reply with quote  Mark this post and the followings unread

Yes, now it's working.
Nice site!
Back to top
View user's profile Send private message Visit poster's website
Pollux



Joined: Apr 10, 2013
Posts: 64
Location: USA

PostPosted: Thu May 05, 2016 9:23 pm    Post subject: Reply with quote  Mark this post and the followings unread

A buddy of mine just showed me this cool music-creation-thang-library for the Pi.

It's kinda cool.

http://sonic-pi.net/

EDIT: I had multiple tabs open and posted this in the wrong thread, heh, but I supposed it may have some value here
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic Moderators: DrJustice
Page 1 of 1 [12 Posts]
View unread posts
View new posts in the last week
Mark the topic unread :: View previous topic :: View next topic
 Forum index » DIY Hardware and Software » Developers' Corner
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Forum with support of Syndicator RSS
Powered by phpBB © 2001, 2005 phpBB Group
Copyright © 2003 through 2009 by electro-music.com - Conditions Of Use