代码拉取完成,页面将自动刷新
同步操作将从 Greedysky/TTKMusicplayer 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#ifndef MUSICVERSION_H
#define MUSICVERSION_H
/**
* C
*
* opyright (c) 2015 - 2020 Greedysky Studio <greedysky@163.com>
*
* TTKMusicPlayer that imitation Kugou music, the music player use
* of qmmp core library based on Qt for windows and linux
*/
/** \mainpage
*
* \section encoding Attention
*
* This software is only for learning and communication, the songs'
* and playlists' copyright belongs to each music platform.
*
* \section result Features
* TTKMusicPlayer can meet your most demands
*
* Support for multiple music formats.
*
* SID File(*.sid *.mus *.str *.prg *.P00)
*
* MusePack File(*.mpc)
*
* WavPack File(*.wv)
*
* Ogg Vorbis File(*.ogg)
*
* Ogg Opus File(*.opus)
*
* ADTS AAC File(*.aac)
*
* MIDI File(*.mid)
*
* PCM File(*.wav *.au *.snd *.aif *.aiff *.8svx *.sph *.sf *.voc *.w64)
*
* CUE File(*.cue)
*
* MPEG File(*.mp1 *.mp2 *.mp3 *.wav)
*
* Game Audio File(*.ay *.gms *.gym *.hes *.kss *.nsf *.nsfe *.sap *.spc *.vgm *.vgz)
*
* FLAC File(*.flac *.oga)
*
* Monkey's Audio File(*.ape)
*
* FFmpeg File(*.wma *.ape *.tta *.m4a *.ra *.shn *.vqf *.ac3 *.tak *.dsf *.dsdiff)
*
* ModPlug File(*.mod *.s3m *.xm *.it *.669 *.amf *.ams *.dbm *.dmf *.dsm *.far,mdl *.med *.mtm *.okt *.ptm *.stm *.ult *.umx *.mt2 *.psm *.mdz *.s3z *.xmz *.itz *.mdr *.s3r *.xmr *.itr *.dgz *.s3gz *.xmgz *.itgz)
*
* AdLib Sound File(*.adl *.hsc *.ksm *.lds)
*
* Apple Lossless Audio File(*.alac)
*
* Another Slight Atari File(*.sap *.cm3 *.cmc *.cmr *.cms *.dmc *.dlt *.mpd *.mpt *.rmt *.tm2 *.tm8 *.tmc *.fc)
*
* DTS Coherent Acoustics File(*.wav *.dts *.cpt)
*
* Dynamic Universal File(*.mod *.mdz *.stk *.m15 *.fst *.oct *.nt *.s3m *.s3z *.stm *.stz *.it *.itz *.xm *.xmz *ptm *.ptz *mtm *.mtz *669 *psm *umx *am *.j2b *dsm *amf *okt *.okta *mo3)
*
* Future Composer File(*.fc *.fc13 *.fc14 *.smod)
*
* OptimFrog File(*.ofr *.ofs)
*
* Audio Overload File(*.psf *.psf2 *.spu *.ssf *.qsf *.dsf *.minipsf *.minipsf2 *.minissf *.miniqsf *.minidsf)
*
* Atari ST(E) And Amiga File(*.sndh *.snd *.sc68)
*
* Speex Audio File(*.spx)
*
* V2 Module Audio File(*.v2m)
*
* AY/YM Audio File(*.vtx *.asc *.sqt *psg *.stc *.stp *.pt1 *.pt2 *.pt3 *.psc *.ay *.ym)
*
* ST-Sound File(*.ym)
*
* Playlist formats(tkpl, m3u, m3u8, pls, wpl, xspf, asx, kwl, kgl, fpl, csv, txt, nfn)
*
* Junior fans interface. Interface cool, gorgeous pop. Maintaining a perfect performance under Vista and XP, refreshing Screenshots.
*
* Search and high-speed downloads. Song search accuracy optimization, intelligent save bandwidth, you can disable the network function, 8 source download speed.
*
* Perfect music. It supports local playback, compatible with all audio files, super perfect sound, music and more appealing.
*
* User-friendly design. Attention to detail design, personalize, simple operation, found music more convenient.
*
* Personalized cell phone ringtones. Ringtones DIY, so you have personalized ringtone.
*
* Personalized skin. DIY your own personalized skin, creating a only part of your skin.
*
* Music cube model. After entering the mini mode, it will remain in your desktop a "Clover" shaped icon, you can freely drag the desktop, you want to control the player, cut songs, play, lyrics control, volume adjustment in control.
*
* Colorful custom skin. You can select skin color, set the transparency of freedom, and support transparent frosted glass (Windows Aero effects), music from becoming a type, colored.
*
* Search Download Manager. Search Results tab merger - all of the search results tab concentrated under one label, make operation easier.
*
* Local music search, and cloud music library and interactive, custom ringtone.
*
* Support converting different music formats, and can change the sound as like Tom Cat, also can enhance the sound.
*
* Local music transferred to the cloud or mobile device.
*
* Local music and the human voice humming recognition.
*
* Music song, artist, album and playlist search supported.
*
* Music DSP effects and Visual effects supported.
*
* Music song spectrum(projectm, goom, sonique, florid, wavebar) and test supported.
*
* Music replay gain scan and write supported.
*
* Music screen saver supported.
*
*/
/* =================================================
* This file is part of the TTK Music Player project
* Copyright (C) 2015 - 2020 Greedysky Studio
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along
* with this program; If not, see <http://www.gnu.org/licenses/>.
================================================= */
//update time 2020.09.19
#define TTKMUSIC_VERSION_STR "2.13.2.0"
#define TTKMUSIC_VERSION_WSTR L"2.13.2.0"
#define TTKMUSIC_VER_TIME_STR "(2020/09/19)"
#define TTKMUSIC_MAJOR_VERSION 2
#define TTKMUSIC_MIDLE_VERSION 13
#define TTKMUSIC_MINOR_VERSION 2
#define TTKMUSIC_PATCH_VERSION 0
#define TTKMUSIC_VERSION 0x02D20
#define TTKMUSIC_VERSION_CHECK(major, middle, minor, patch) ((major<<12)|(middle<<8)|(minor<<4)|(patch))
#endif // MUSICVERSION
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。