| 705 | } |
| 706 | |
| 707 | std::shared_ptr<SoundBuffer> Win32Frame::CreateSoundBuffer(uint32_t dwBufferSize, uint32_t nSampleRate, int nChannels, const char* pszVoiceName) |
| 708 | { |
| 709 | return DXSoundBuffer::create(dwBufferSize, nSampleRate, nChannels); |
| 710 | } |
no outgoing calls
no test coverage detected