MCPcopy Create free account
hub / github.com/MusicPlayerDaemon/MPD / wavpack_open_wvc

Function wavpack_open_wvc

src/decoder/plugins/WavpackDecoderPlugin.cxx:406–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404};
405
406static InputStreamPtr
407wavpack_open_wvc(DecoderClient &client, std::string_view uri)
408{
409 try {
410 return client.OpenUri(fmt::format("{}c", uri));
411 } catch (...) {
412 return nullptr;
413 }
414}
415
416/*
417 * Decodes a stream.

Callers 1

wavpack_streamdecodeFunction · 0.85

Calls 1

OpenUriMethod · 0.45

Tested by

no test coverage detected