Social top

Français
include("./includes/header.php"); if ($_GET['section'] == 'intro') { echo "
"; include('intro.php'); echo "
"; } if ($_GET['section'] == 'credits') { echo "
"; include('credits.php'); echo "
"; } // $query = "SELECT * FROM kontakte where section = '$_GET[section]'"; $result = mysql_query($query) or die(mysql_error()); while($row = mysql_fetch_array($result)){ //start fetch $user_id = $row['user_id']; $section = $row['section']; $structure = $row['structure']; $dur_audio = $row['dur_audio']; $dur_speech = $row['dur_speech']; $time = $row['time']; $analysis_audio = $row['analysis_audio']; $analysis_text_en = html_entity_decode($row['analysis_text_en'],ENT_COMPAT,'UTF-8'); $analysis_text_fr = html_entity_decode($row['analysis_text_fr'],ENT_COMPAT,'UTF-8'); $audio_eucue = $row['audio_eucue']; $waveform_all = $row['waveform_all']; $spectro_LB = $row['spectro_LB']; $spectro_LF = $row['spectro_LF']; $spectro_RF = $row['spectro_RF']; $spectro_RB = $row['spectro_RB']; $spectro_all = $row['spectro_all']; // echo "
Key Characteristics

$analysis_text_en

Analysis of the Section (spoken)
($dur_speech)
Excerpt of the Section (audio)
($dur_audio)
Spectrogram
[4ch] [LB] [LF] [RF] [RB]
"; }// end fetch // include("./includes/footer.php"); ?>

Social bottom