PortAudio is a free, cross platform, open-source, audio I/O library. It lets you write simple audio programs in C that will compile and run on many platforms including Windows (WMME or DirectSound), Macintosh (8,9, and OSX), Unix (OSS, Alsa, or Jack), and more.
Sonic Visualiser is an application for viewing and analysing the contents of music audio files. It combines powerful waveform and spectral visualisation tools with automated feature extraction plugins and annotation capabilities.
Calf Studio Gear is an audio plug-in pack for LV2 and JACK environments under LINUX operating systems. The suite contains lots of effects (delay, modulation, signal processing, dynamics, distortion and mastering effects), instruments (SF2 player, organ simulator and a monophonic synthesizer) and
... [More] tools (analyzer, mono/stereo tools). Calf Studio Gear aims for a professional audience. Please visit the website below for further information, screenshots and installation instructions.
http://calf.sourceforge.net/ [Less]
Qtractor is an Audio/MIDI multi-track sequencer application written in C++ around the Qt4 toolkit.
The initial target platform will be Linux, where the Jack Audio Connection Kit (JACK) for audio, and the Advanced Linux Sound Architecture (ALSA) for MIDI, are the main infrastructures to evolve as
... [More] a fairly-featured Linux Desktop Audio Workstation GUI, specially dedicated to the personal home-studio. [Less]
Libre.fm is a project to help you keep track of what music you like and share that with your friends, discover new music, and meet new people who share your taste in music.
The FFADO project aims to provide a generic, open-source solution for the support of FireWire based audio devices for the Linux platform. It is the successor of the FreeBoB project.
FFADO is a volunteer-based community effort, trying to provide Linux with at least the same level of functionality
... [More] that is present on the other operating systems. [Less]
VDrift is a cross-platform, open source driving simulation made with drift racing in mind. The driving physics engine was recently re-written from scratch but was inspired and owes much to the Vamos physics engine. It is released under the GNU General Public License (GPL) v2. It is currently
... [More] available for Linux, FreeBSD, Mac OS X and Windows. [Less]
Ampache is a Web-based Audio file manager. It is implemented with MySQL, and PHP. It allows you to view, edit, and play your audio files via the web. It has support for playlists, artist and album views, album art, random play, playback via Http/On the Fly Transcoding and Downsampling, Vote based
... [More] playback, Mpd and Icecast, Integrated Flash Player, as well as per user themes and song play tracking. You can also Link multiple Ampache servers togeather using XML-RPC. Ampache supports GETTEXT translations and has a full translation of many languages [Less]
Django Simple CaptchaAboutDjango Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form.
UsageSample view:
from django import forms
from captcha.fields import CaptchaField
from django.shortcuts import
... [More] render_to_response
class CaptchaTestForm(forms.Form):
myfield = AnyOtherField()
captcha = CaptchaField()
"""
# or, as a ModelForm:
class CaptchaTestModelForm(forms.ModelForm):
captcha = CaptchaField()
class Meta:
model = MyModel
"""
def home(request):
if request.POST:
form = CaptchaTestForm(request.POST)
# Validate the form: the captcha field will automatically
# check the input
if form.is_valid():
human = True
else:
form = Captch [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy