implemented audio formats conversion.

This commit is contained in:
morkt
2015-05-14 15:58:16 +04:00
parent 77f05a1b6b
commit 14ef2f9071
15 changed files with 254 additions and 55 deletions

View File

@@ -2,7 +2,7 @@
//! \date Tue Jul 08 12:53:45 2014
//! \brief Game Archive file class.
//
// Copyright (C) 2014 by morkt
// Copyright (C) 2014-2015 by morkt
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
@@ -149,7 +149,7 @@ namespace GameRes
/// </summary>
public Stream CreateFile (Entry entry)
{
return m_interface.CreateFile (entry.Name);
return ArchiveFormat.CreateFile (entry.Name);
}
#region IDisposable Members