Oggify 2.0.0 rc 1 (Python-based branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Oggify 2.0.0 rc 1 (Python-based branch)
# 1  
Old 04-24-2008
Oggify 2.0.0 rc 1 (Python-based branch)

Oggify is a program that was written to helpmanage and convert FLAC audio files into otherformats. It ships with MP3 and Ogg Vorbis support.It is intended to allow a user to have a directorytree of FLAC files, and be able to update a treeof MP3 or Ogg files as they add new FLAC files. Ithas an easy command-line interface with a varietyof adjustable settings. It also features a pluginarchitecture to make it easy to add support formore formats.License: GNU General Public License v2Changes:
Oggify is now written in Python. Various featureimprovements have been added. Support for fileformats is implemented with plugins. This shouldbe considered as stable as the Perl-based branch.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Programming

Create a C source and compile inside Python 1.4.0 to 3.7.0 in Python for ALL? platforms...

Hi all... As you know I like making code backwards compatible for as many platforms as possible. This Python script was in fact dedicated for the AMIGA A1200 using Pythons 1.4.0, 1.5.2, 1.6.0, 2.0.1, and 2.4.6 as that is all we have for varying levels of upgrades from a HDD and 4MB FastRam... (1 Reply)
Discussion started by: wisecracker
1 Replies

2. Windows & DOS: Issues & Discussions

How to execute python script on remote with python way..?

Hi all, I am trying to run below python code for connecting remote windows machine from unix to run an python file exist on that remote windows machine.. Below is the code I am trying: #!/usr/bin/env python import wmi c = wmi.WMI("xxxxx", user="xxxx", password="xxxxxxx")... (1 Reply)
Discussion started by: onenessboy
1 Replies

3. Shell Programming and Scripting

**python** unable to read the background color in python

I am working on requirement on spreadsheet in python scripting. I have a spreadsheet containing cell values and with background color. I am able to read the value value but unable to get the background color of that particular cell. Actually my requirement is to read the cell value along... (1 Reply)
Discussion started by: giridhar276
1 Replies

4. Programming

Python Conditional Statements Based on Success of Last Command

In shell scripting, I can create a conditional statement based on the success or failure (exit status)of a command such as: pinger() { ping -c 2 $remote_host >/dev/null 2>&1 ping_stat=$? } pinger if ]; then echo "blahblahblah" exit 0 fi how is this done using Python using... (3 Replies)
Discussion started by: metallica1973
3 Replies
Login or Register to Ask a Question
RoarAudio(7)						System Manager's Manual: RoarAuido					      RoarAudio(7)

NAME
RoarAudio - RoarAudio sound system and package SYNOPSIS
roard [OPTIONS]... DESCRIPTION
RoarAudio is a modern, multi-OS, network transparent sound system. It supports a large amount of features required for home and profes- sional usage. Its main purpose is to connect software (like media players) and devices (like soundcards) as a mid-layer adding features you expect from a modern sound system like software mixing and full network transparency. RoarAudio can also be used to connect multiple software components. An example for such a setup is a common webradio setup where the used playback software is connected to a streaming server in addition to a local soundcard. RoarAudio has special features for such setups like meta data passing. MAIN FEATURES
* fully network transparent. Network support for UNIX Domain Sockets, TCP/IP and DECnet * multiple audio streams per client * Vorbis comments like meta data for each audio stream * support for "legacy" clients via libroaresd, libroararts, libroaryiff * support for PulseAudio and OpenBSD's sndio clients via libroarpulse and libroarsndio * supported by many media players and other sound using applications! * mixing clients at individual levels like an analog mixer * server and client side support for common codecs like Ogg Vorbis, Speex, FLAC and many more * support for 8, 16, 24 and 32 bit per sample. Mixer resolution up to 64 bit * and many more... BUGS
A lot... SEE ALSO
roar-config(1), roarcat(1), roarctl(1), roarfilt(1), roarfish(1), roarmon(1), roartypes(1), roarvorbis(1), roard(1), roartips(7), libroar(7). HISTORY
Project started in mid of 2008. Milestones: 2008-08-31 First offical release (v. 0.1) 2009-02-04 First release of the new trunk for 0.2 (v. 0.2beta0) With this release the version schema was changed. 2009-05-21 Release of version 0.2 2009-09-06 First commercal use (roarphone, v. 0.3beta0) 2010-06-11 New pre-release based release-cycle was introduced to improve release quality 2010-08-22 Release of version 0.3 RoarAudio November 2010 RoarAudio(7)