Displaying 4 results from an estimated 4 matches for "mixx".
Did you mean:
mix
2011 Jan 06
8
Accessing data via url
# Can anyone suggest why this works
datafilename <- "http://personality-project.org/r/datasets/maps.mixx.epi.bfi.data"
person.data <- read.table(datafilename,header=TRUE)
# but this does not?
dd <- "https://sites.google.com/site/jrkrideau/home/general-stores/trees.txt"
treedata <- read.table(dd, header=TRUE)
==================================================================...
2014 Mar 23
6
metadata 2
...lusively live, including 2 video-streams)
and I want to read out the audio-metadata of momentarily played tracks in realtime
to compare it against a SQL-database.
The aim is to fill up and/or update a table with 'most played' audio-tracks.
I'm using the following free tools/ software:
Mixx (and others)-> Jack <-> Ardour -> icecast
I'm desperately searching for any possibility to read out the metadata and to bind
it into some php srcipt to accomplish the database- update.
Any web-queries like 'jQuery Plugin metadata', 'metadata on the fly read out',
&...
2010 Aug 15
4
Icecast2 / edcast Initial Setup Question
Hi,
I have setup Icecast2 and edcast (standalone) on an XPSP3 machine. The
basic setup works. I can speak into a microphone and hear my voice from
another PC on a LAN.
Now I want to "stream a file" such as an mp3 podcast I made or just a
song (mp3, acc etc.) or play a CD and don't know what to even search for
in the mail archives, forum or Google to get help.
I can't
2014 Mar 24
0
metadata 2
...reams)
> and I want to read out the audio-metadata of momentarily played tracks in realtime
> to compare it against a SQL-database.
> The aim is to fill up and/or update a table with 'most played' audio-tracks.
>
> I'm using the following free tools/ software:
>
> Mixx (and others)-> Jack <-> Ardour -> icecast
>
> I'm desperately searching for any possibility to read out the metadata and to bind
> it into some php srcipt to accomplish the database- update.
>
> Any web-queries like 'jQuery Plugin metadata', 'metadata on...