Main > Free Download Search >

Free kdec radio software for linux

kdec radio

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 225
KDE Radio Station 0.6

KDE Radio Station 0.6


KDE Radio Station presents you a list of internet streaming radio stations. more>>
KDE Radio Station presents you a list of internet streaming radio stations. Just select your favorite one, and the media player of your choice will pick up the right stream.

More than 40 radio stations (and more than 90 streams) are already available; thanks to the decentralized structure, many more sources like Icecast directories can be added via metaservers.

And you are now able to share your favorites with other users...
<<less
Download (0.41MB)
Added: 2005-09-06 License: GPL (GNU General Public License) Price:
1532 downloads
DMCRadio 1.1.4

DMCRadio 1.1.4


DMCRadio is a ncurses-based console program for radio tuner cards supported by the Video4Linux system. more>>
DMCRadio is a ncurses-based console program for radio tuner cards supported by the Video4Linux system. To run DMCRadio, youll need a kernel with Video4Linux support.
Beside, youll need the ncurses-package. And DMCRadio is only usefull with a radio-card (or a tv-card with radio-tuner)
Installation is easy:
1. Untar the source archive
2. ./configure
3. make
4. make install
5. Make sure, everybody can access your radiodevice (usually /dev/radio)
Enhancements:
- different (more correctly) behaviour on different terminalsizes:
- smaller than 80x24: refuses to start
- 80x24: doesnt show the scroller (and wont start a scrollthread)
- 80x25: "normal" view
- greater than 80x25: centers
- should now evaluate autoconfs PREFIX-variable (eg. expects the fonts in $PREFIX/share/DMCRadio/ - default is still /usr/local/share/DMCRadio/)
- the fonts are there again (forgot to include them in version 1.1.3)
- "make install" now installs the fonts in $PREFIX/share/DMCRadio/
- added a "debian"-directory, you may build debian-packeges with "dpkg-buildpackage" now (after applying the patch (diff))
- added standard header define stuff in the headers
<<less
Download (0.035MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1193 downloads
cRadio 0.10

cRadio 0.10


cRadio is a QT - X11 interface that can control a radio card connected to your pc. more>>
cRadio is a QT - X11 interface that can control a radio card connected to your pc. cRadio started as a result of me wanting to learn X-windows programming and due to the fact that there were no decent looking radio card programs for linux out there. I took a brief look at the various tool kits out there, and decided on using qt as it was the simplist and quickest toolkit to use. I sensed the need to try to re-write cRadio using qtk, but firstly Ill be devoted to improving and finishing off this version.
Main features:
- Digital frequency indicator
- Station Preset Name
- Channel preset number
- MUTE indicator
- TUNE, Sleep, Alarm and Stero indicators
- True volume setting
- Quick-Tune slider bar
- Fine tune and Auto scan
- Volume controls
- Minimum view mode
- Configuration file handling
- Up to 109 Preset channels
- Combo box for addition stations
- Automatic preset detection
- GUI configuration
- Alarm Clock (turns Radio on)
- Sleep (turns radio off)
- Quick Keys (no mouse needed)
<<less
Download (0.14MB)
Added: 2006-07-21 License: GPL (GNU General Public License) Price:
1192 downloads
iRATE radio 0.3

iRATE radio 0.3


iRATE radio provides users with a powerful new way to find and download free, legal music online. more>>
iRATE radio provides users with a powerful new way to find and download free, legal music online.

Users rate tracks based on their tastes. The iRATE server then selects other tracks to send to the user from a database of over 50,000 freely downloadable songs by correlating the users ratings with other users, and finding people with similar tastes.

Unlike streaming audio, iRATE saves the tracks to the users hard drive. This means that playback is smoother, without the typical problems associated with streaming media, such as high bandwidth usage.

<<less
Download (7.6MB)
Added: 2006-07-21 License: GPL (GNU General Public License) Price:
1200 downloads
GENeric Radio IP 1.0

GENeric Radio IP 1.0


GENRIP is a kernel driver (presently for Linux only) that enables you to carry ethernet frames. more>>
GENRIP is a kernel driver (presently for Linux only) that enables you to carry ethernet frames over generic low-speed/low-power serial radios, such as Microhards MHX series radios. It is intended to speed up the development cycle for those creating low-powered Embedded telemetry and SCADA devices, but may have other applications as well. Once installed, the serial radio simply appears as a network interface like this:

[root@lindev]# ./ifconfig gr0
gr0 Link encap:Generic Radio IP HWaddr 00:00:02:04:06:08
inet addr:192.168.15.1 Mask:255.255.255.0
UP RUNNING MTU:234 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:30
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

GENRIP was originally based upon Stuart Cheshires STRIP driver, which is part of the Mobile Computing Group at Stanford Universitys Mosquitonet project. It has been radically modified since.

GENRIP was ported to this application by Lawrence Wimble of Design On Demand, Inc. Design On Demand, Inc. maintains GENRIP and hopes that youll call them if you need help with an embedded project using GENRIP (or any embedded project for that matter).

GENRIP is released for Linux under the GPL. A port to FreeBSD is planned in the near future.

<<less
Download (0.024MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1210 downloads
GNU Radio 2.8

GNU Radio 2.8


GNU Radio is a collection of software that when combined with minimal hardware, allows the construction of radios. more>>
GNU Radio is a collection of software that when combined with minimal hardware, allows the construction of radios where the actual waveforms transmitted and received are defined by software. What this means is that it turns the digital modulation schemes used in todays high performance wireless devices into software problems.
What is a Software Defined Radio?
Joe Mitola says, "A software radio is a radio whose channel modulation waveforms are defined in software. That is, waveforms are generated as sampled digital signals, converted from digital to analog via a wideband DAC and then possibly upconverted from IF to RF. The receiver, similarly, employs a wideband Analog to Digital Converter (ADC) that captures all of the channels of the software radio node. The receiver then extracts, downconverts and demodulates the channel waveform using software on a general purpose processor."
For our purposes, on the receive side, the idea is to get a wide band ADC as close to the antenna as is convenient, get the samples into something we can program, and then grind on them in software.
Enhancements:
- GNU Radio 2.6 includes sending and receiving data at up to 1Mbit/sec using GMSK. - Theres also support for the new USRP Flex 400 transceiver daughterboards.
- Handling of all daughterboards has been unified, so most apps will work without modification on any of them. For those of you interested in wireless networking, see especially gnuradio-examples/python/gmsk2. Weve got a framework in place to allow you to build and experiment with your own MACs. 2.6 includes the "null MAC". A carrier sense MAC is the next logical step.
<<less
Download (1.0MB)
Added: 2006-06-05 License: GPL (GNU General Public License) Price:
1258 downloads
Gnomeradio 1.7

Gnomeradio 1.7


Gnomeradio is a FM radio tuner for the GNOME desktop (version 1 and 2). more>>
Gnomeradio is a FM radio tuner for the GNOME desktop (version 1 and 2).

Gnomeradio is an FM radio tuner application. It should work with every FM tuner card that is supported by video4linux. Remote controls are supported via (optional) lirc-support. Gnomeradio can also record radio as a Wave or MP3 file.

<<less
Download (0.58MB)
Added: 2006-12-02 License: GPL (GNU General Public License) Price:
1063 downloads
rico_RADIO 0.8

rico_RADIO 0.8


rico_RADIO is a little app for X under linux to listen to the radio. more>>
rico_RADIO is a little app for X under linux to listen to the radio.
This is how to install:
type (make sure that you are root) "make install" to compile and copy rico_RADIO to "/usr/bin"
Enhancements:
- volume-control
- mute-button
- many cosmetic changes
<<less
Download (0.015MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1193 downloads
dbox2Tradio 4.5

dbox2Tradio 4.5


dbox2Tradio allows you to listen to radio and watch TV channels using external helper applications. more>>
dbox2Tradio allows you to listen to radio and watch tv channels using external helper applications (xmms/xine). The shell-style script remotely accesses the dbox2 and performs any action via the (Neutrino) web-interface.

dbox2Tradio supports bouquets and is highly user-configurable. That is, before running, you need to adjust language and helper applications. Nevermind, its an easy task: Use the source! You need a dbox2 running Linux.

<<less
Download (0.008MB)
Added: 2005-10-12 License: GPL (GNU General Public License) Price:
1477 downloads
wmradio 0.1

wmradio 0.1


wmradio is small FM radio application. more>>
wmradio is small FM radio application. wmradio support skins and 6 preset stations.

Installation:

1. Edit Makefile and set PREFIX
2. make
3. make install

Configuration:

configuration is stored in file ~/.wmradio

Preseting:

1. Tune station what you want
2. click right mouse button into station button
<<less
Download (0.028MB)
Added: 2006-10-03 License: GPL (GNU General Public License) Price:
1120 downloads
Ximba Radio 1.0.0

Ximba Radio 1.0.0


Ximba Radio is a GTK+ based user interface to the OpenXM daemon for controlling an XMPCR (a USB-connected XM Radio for PCs). more>>
Ximba Radio project is a GTK+ based user interface to the OpenXM daemon for controlling an XMPCR (a USB-connected XM Radio for PCs). The daemon manages a USB connected XMPCR receiver, which in turn pumps the audio signal into your audio cards input port. The daemon runs in the background and the UI connects to it to manage stations, favorites, and audio
Main features:
- Connecting to and starting up the radio.
- Disconnecting from and shutting down the radio.
- Channel up, Channel down
- Jump to channel
- Back to previous channel
- Mute on / off
- Preferences
- Channel listing window that can be hidden from view.
- Artist and Channel Favorites
- Notify when a favorite artist is playing on some station other than the current one, allow quick jump to that station.
- Category Tabs
- Session History
<<less
Download (0.37MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1208 downloads
KRadio 1.0 beta3b

KRadio 1.0 beta3b


KRadio is a comfortable radio application for KDE 3.x. more>>
KRadio project is a comfortable KDE radio application. The initial release was written by Frank Schwanz. In Jan. 2002 I took over the project to add some new features.
Main features:
- support for V4L and V4L2 based radio card drivers
- NEW: Timeshift playing: press the pause button and later continue listening where you stopped!
- NEW: dynamically loadable plugins
- NEW: Ogg/Vorbis recording (libogg/libvorbis required)
- MP3 recording (libmp3lame required)
- attended and unattended recording
- database with station preset files, station search
- lirc support
- alarms (weekday specific if you wish), stations and volume may be assigned, types: start/stop play, start/stop recording
- sleep countdown functions
- docking menu, includes menu entries for preferred stations
- quickbar, toolbar with buttons for preferred stations
- icons for stations in quickbar, display, etc.
- error logging window instead of nerving messageboxes:)
- plugin library architecture, kradio is ready for new radio types (e.g. internet radio), your own radio display, etc.
<<less
Download (1.8MB)
Added: 2005-08-29 License: GPL (GNU General Public License) Price:
1519 downloads
P2P-Radio 2.0

P2P-Radio 2.0


P2P-Radio provides a peer-to-peer audio and video broadcasting system. more>>
P2P-Radio provides a peer-to-peer audio and video broadcasting system.
P2P-Radio is a peer-to-peer audio (MP3) and video (NSV) broadcasting system that features freeloader detection, stream signing, SHOUTcast support, an easy-to-use GUI, and a separate monitor application which displays the current structure of the P2P network.
P2P-Radio is programmed in Java and runs on Windows, Mac OS X, Linux and many other systems.
Main features:
- Easy to use (graphical user interface)
- You can play the music/video with your media player (i.e. Winamp)
- A Shoutcast/Icecast Internet radio/TV station is used as audio/video source
- Freeloaders (peers that only listen but dont want to send the stream to other listeners) will be detected
- The data stream is signed, you can be sure that it arrives unchanged
- Very efficient communication (low overhead)
- The network structure can be viewed with a monitor
Enhancements:
- Signing of streams has been turned off by default in order to save CPU time (enable it with the parameter "-sign")
- P2P-Radio will only cooperate with a monitor if it was started with the parameter "-enablemonitor"
- Two parameters control whether the media player will be started:
- startmediaplayer: Start the media player in broadcasting mode
- dontstartmediaplayer: Dont start the media player in listening mode
<<less
Download (0.18MB)
Added: 2007-02-26 License: GPL (GNU General Public License) Price:
990 downloads
GQradio 1.9.2

GQradio 1.9.2


GQradio interfaces with radio cards through the video4linux, or the FreeBSD bktr APIs. more>>
GQradio interfaces with radio cards through the video4linux, or the FreeBSD bktr APIs.

Stations can be tuned manually, set to presets, or auto seek can find the next available frequency. The application supports theming (skins), and includes a built-in skin editor. Skin formats are similar to GQmpeg.

<<less
Download (0.43MB)
Added: 2005-07-19 License: GPL (GNU General Public License) Price:
1561 downloads
Radiocap 0.1b

Radiocap 0.1b


Radiocap is a GUI frontend to sox, oggenc, and lame for recording audio with a soundcard (WAV, Ogg, and MP3). more>>
Radiocap is a GUI frontend to sox, oggenc, and lame for recording audio with a soundcard (WAV, Ogg, and MP3). It has a built in timer for scheduled capturing of radio programs. Recording levels are always displayed (even when recording has not started), which helps when adjusting the input gain.

Installation instructions:

1. make a directory for the source-files...
cd /tmp
mkdir build
cd build

2. unpack the source...
tar -xzvf radiocapXXX.tar.gz

3. build the application...
cd radiocap
make

4. become superuser and install..
su
make install

<<less
Download (1.5MB)
Added: 2006-07-22 License: Common Public License Price:
1191 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5