• 大小: 6.55M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2025-04-19
  • 语言: C/C++
  • 标签: Qt  

资源简介

qTox is a chat, voice, video, and file transfer instant messaging client using
the encrypted peer-to-peer Tox protocol.

资源截图

代码片段和文件信息

/*
    Copyright © 2014-2019 by The qTox Project Contributors

    This file is part of qTox a Qt-based graphical interface for Tox.

    qTox is libre 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.

    qTox 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 qTox.  If not see .
*/

#include 

#include “audio/audio.h“
#include “audio/iaudiosettings.h“
#include “backend/openal.h“

/**
 * @brief Select the audio backend
 * @param settings Audio settings to use
 * @return Audio backend selection based on settings
 */
std::unique_ptr Audio::makeAudio(IAudioSettings& settings)
{
    return std::unique_ptr(new OpenAL(settings));
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2020-05-28 05:17  qTox-master\
     目录           0  2020-05-28 05:17  qTox-master\.circleci\
     文件        6636  2020-05-28 05:17  qTox-master\.circleci\config.yml
     文件        1830  2020-05-28 05:17  qTox-master\.clang-format
     文件         101  2020-05-28 05:17  qTox-master\.clog.toml
     文件         221  2020-05-28 05:17  qTox-master\.gitattributes
     目录           0  2020-05-28 05:17  qTox-master\.github\
     文件         811  2020-05-28 05:17  qTox-master\.github\ISSUE_TEMPLATE.md
     文件         129  2020-05-28 05:17  qTox-master\.github\PULL_REQUEST_TEMPLATE.md
     文件         551  2020-05-28 05:17  qTox-master\.gitignore
     文件        9784  2020-05-28 05:17  qTox-master\.travis.yml
     目录           0  2020-05-28 05:17  qTox-master\.travis\
     文件        1256  2020-05-28 05:17  qTox-master\.travis\build-docs.sh
     文件        1691  2020-05-28 05:17  qTox-master\.travis\build-gitstats.sh
     文件        1712  2020-05-28 05:17  qTox-master\.travis\build-osx.sh
     文件        5188  2020-05-28 05:17  qTox-master\.travis\build-ubuntu-16-04.sh
     文件        5288  2020-05-28 05:17  qTox-master\.travis\build-windows.sh
     目录           0  2020-05-28 05:17  qTox-master\.travis\cirp\
     文件         274  2020-05-28 05:17  qTox-master\.travis\cirp\check_cache.sh
     文件         299  2020-05-28 05:17  qTox-master\.travis\cirp\check_precondition.sh
     文件         288  2020-05-28 05:17  qTox-master\.travis\cirp\cleanup1.sh
     文件         278  2020-05-28 05:17  qTox-master\.travis\cirp\cleanup2.sh
     文件         351  2020-05-28 05:17  qTox-master\.travis\cirp\cleanup3.sh
     文件         290  2020-05-28 05:17  qTox-master\.travis\cirp\cleanup4.sh
     文件         425  2020-05-28 05:17  qTox-master\.travis\cirp\cleanup5.sh
     文件         463  2020-05-28 05:17  qTox-master\.travis\cirp\collect.sh
     文件        1417  2020-05-28 05:17  qTox-master\.travis\cirp\install.sh
     文件         867  2020-05-28 05:17  qTox-master\.travis\cirp\publish.sh
     文件         451  2020-05-28 05:17  qTox-master\.travis\cirp\store.sh
     文件         235  2020-05-28 05:17  qTox-master\.travis\cirp\update_cache.sh
     文件        1603  2020-05-28 05:17  qTox-master\.travis\deploy-docs.sh
............此处省略3603个文件信息

评论

共有 条评论