Annotation of nono/host/sounddriver_none.cpp, revision 1.1.1.1

1.1       root        1: //
                      2: // nono
                      3: // Copyright (C) 2025 nono project
                      4: // Licensed under nono-license.txt
                      5: //
                      6: 
                      7: //
                      8: // サウンドの None ドライバ
                      9: //
                     10: 
                     11: #include "sounddriver_none.h"
                     12: 
                     13: // コンストラクタ
                     14: SoundDriverNone::SoundDriverNone(HostDevice *hostdev_)
                     15:        : inherited(hostdev_, "none")
                     16: {
                     17: }
                     18: 
                     19: // デストラクタ
                     20: SoundDriverNone::~SoundDriverNone()
                     21: {
                     22: }
                     23: 
                     24: // ブロック書き出し
                     25: void
                     26: SoundDriverNone::Write(const int16 *blk)
                     27: {
                     28: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.