Displaying 2 results from an estimated 2 matches for "channel_mode".
2004 Sep 10
2
xmms plugin, fileinfo
...ent_entry), tag.comment);
+ else
+ gtk_entry_set_text(GTK_ENTRY(comment_entry), "");
+ if(tag.genre)
+ gtk_entry_set_text(GTK_ENTRY(GTK_COMBO(genre_combo)->entry), tag.genre);
+ else
+ gtk_entry_set_text(GTK_ENTRY(GTK_COMBO(genre_combo)->entry), "");
}
-static gchar* channel_mode_name(int mode)
+static void show_file_info()
{
- static const gchar *channel_mode[] = {N_("Mono"), N_("Stereo")};
- if (mode < 1 || mode > 2)
- return "";
- return gettext(channel_mode[mode]);
+ gchar *filename = current_filename;
+ FLAC__StreamMetadata streami...
2000 Jun 26
4
New version vorb_enc.dll
Hi all,
I've just posted another version of vorb_enc.dll (w/source code) at
http://xtractor.sourceforge.net/vorbdll-20000626.zip
It will still work as a drop-in replacement for bladeenc.dll (just rename
the files that your ripper creates from MP3 to OGG), but will also accept
info for the ogg comment header in the vorb struct in the format union of
the BE_CONFIG struct. I'll be