search for: idsharp

Displaying 6 results from an estimated 6 matches for "idsharp".

2007 Jun 14
2
FLAC: library for C#
Harry Sack wrote: > > but aren't they C++ headers en lib's? Not C++, C. > I have no idea how I can include a C++ > header in a C# project. > It this even possible? Yes. Google for "dllimport csharp". Erik -- ----------------------------------------------------------------- Erik de Castro Lopo -----------------------------------------------------------------
2007 Jun 14
2
FLAC: library for C#
...mport, you may find it useful for your efforts. I also found this > article helpful in context of DllImport: > http://www.vsj.co.uk/articles/display.asp?id=501. > > I have some C# code for working with FLAC and Vorbis Comments that does > not use the FLAC libraries: > > http://idsharp.svn.sourceforge.net/viewvc/idsharp/IdSharp.Tagging/trunk/Tagging/VorbisComment/Classes/ > > http://idsharp.svn.sourceforge.net/viewvc/idsharp/IdSharp.AudioInfo/trunk/Flac/ > > taglib# also handles flac > > Erik de Castro Lopo wrote: > > Harry Sack wrote: > > > >...
2007 Jun 14
0
FLAC: library for C#
...also found > this > > article helpful in context of DllImport: > > http://www.vsj.co.uk/articles/display.asp?id=501. > > > > I have some C# code for working with FLAC and Vorbis Comments that > does > > not use the FLAC libraries: > > > > > http://idsharp.svn.sourceforge.net/viewvc/idsharp/IdSharp.Tagging/trunk/Tagging/VorbisComment/Classes/ > > > > > http://idsharp.svn.sourceforge.net/viewvc/idsharp/IdSharp.AudioInfo/trunk/Flac/ > > > > taglib# also handles flac > > > > Erik de Castro Lopo wrote: > > &gt...
2007 Jul 25
1
FLAC: re-encoding
...it uses is a little overkill for the task but it does work. As Josh noted there is no compression gain, so I wouldn't bother unless you have FLAC's encoded with older versions. I also think Josh said there's a .BAT file out there that does the same thing. Here's the file: http://idsharp.com/download/reflac02.zip It creates backups and shows encoder/decoder windows by default, you can turn these off with -nb (no backups) and -nw (no windows). Have flac.exe in the same directory as the tool and run something like: reflac -8 -r "c:\flac" Which will reflac all .flac files...
2007 May 13
0
RE: Converting to 1.1.4, help please!
...path, FileMode mode, FileAccess access, I nt32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions o ptions, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at IdSharp.Audio.Flac..ctor(String path) at reflac.Program.Main(String[] args) I would really like to re-encode these into the lower compression, any help would be appreciated. Thanks, Tim > >Hi Tim, > >I threw something together tonight that might help: >http://cdtag.com/download/refla...
2007 Jul 25
3
FLAC: re-encoding
hi I have some questions about re-encoding existing FLAC files to FLAC 1.2.0.: - can older 1.1.x FLAC files be re-encoded to FLAC 1.2.0 by using the FLAC 1.2.0 encoder? - can FLAC files encoded with the FLAC Flake SVN encoder (or any other 'unofficial' FLAC encoder) be re-encoded by using the FLAC 1.2.0 encoder? thx in advance! -------------- next part -------------- An HTML attachment