Displaying 1 result from an estimated 1 matches for "flac_taggenre".
2008 May 19
1
Memory leaks due to Metadata object vorbis comment API ???
...c unsigned char FLAC_tagTitle[] = {"Title"};
> static const unsigned char FLAC_tagArtist[] = {"Artist"};
> static const unsigned char FLAC_tagAlbum[] = {"Album"};
> static const unsigned char FLAC_tagYear[] = {"2008"};
> static const unsigned char FLAC_tagGenre[] = {"Audio Track"};
> static const unsigned char defFileName[16] = {"encAUDIO.flac"};
>
> static void progress_callback(const FLAC__StreamEncoder *encoder,
> FLAC__uint64 bytes_written, FLAC__uint64 samples_written, unsigned
> frames_written, unsigned total_frame...