MCPcopy Create free account
hub / github.com/Tracktion/choc / createReader

Method createReader

choc/audio/choc_AudioFileFormat.h:442–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442inline std::unique_ptr<AudioFileReader> AudioFileFormat::createReader (const std::filesystem::path& p)
443{
444 return createReader (std::make_shared<std::ifstream> (p, std::ios::binary | std::ios::in));
445}
446
447inline std::unique_ptr<AudioFileWriter> AudioFileFormat::createWriter (const std::filesystem::path& file, AudioFileProperties p)
448{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected