mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
splitting the library into more intuitive modules
This commit is contained in:
@@ -3,7 +3,7 @@ using System.Text;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Specialized;
|
||||
using AudioCodecsDotNet;
|
||||
using CUETools.Codecs;
|
||||
|
||||
//Copyright (c) 2008 Gregory S. Chudov.
|
||||
//This library is based on ALAC decoder by David Hammerton.
|
||||
@@ -25,7 +25,7 @@ using AudioCodecsDotNet;
|
||||
// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
namespace ALACDotNet
|
||||
namespace CUETools.Codecs.ALAC
|
||||
{
|
||||
public class ALACReader : IAudioSource
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user