Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はoggファイルにタグを付けることができるC++ライブラリを探しています。
write_ogg_tag("file.ogg", tag_data); // where tag_data contains artist, album ...
解決策はありますか?
また、一部のソリューションはMP3、FLACなどに適用されますか?(oggで十分です、私が興味があるので尋ねるだけです)
TagLibよりも優れているものや単純なものは他にないと思います。これは、すべての一般的な形式に適用されます。APIの詳細については、こちらをご覧ください。
別のもっと複雑な方法はlibogg、低レベルフォーマット固有のAPIのような基本コンポーネントを使用することですが、それはあなたが探しているものとは思えません。
libogg