Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 584 for

audio

(0.07 sec)
  1. Introducing WebP EMF and WMF formats in GroupDo...

    We’ve just published some important updates for GroupDocs.Metadata for the .NET community and we’re really pleased to announce our newest stable GroupDocs.Metadata for .NET 16.11 release, which includes support for even some more document formats as well as some great new features for images and Audio files. To try out all of the awesome features available now in our latest release, simply download this latest version or check for updates in Visual Studio and install the release ....new features for images and audio files. To try out all of the...improvements while working with the audio files. GroupDocs.Metadata for...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  2. Handling the APEv2 tag | GroupDocs

    This article explains how to handle APEv2 tag....metadata for specific formats / Audio / Working with MP3 metadata...or track number, to digital audio files. The APEv1 tag was designed...

    docs.groupdocs.com/metadata/net/handling-the-ap...
  3. Handling the APEv2 tag | GroupDocs

    This article explains how to handle APEv2 tag....metadata for specific formats / Audio / Working with MP3 metadata...or track number, to digital audio files. The APEv1 tag was designed...

    docs.groupdocs.com/metadata/java/handling-the-a...
  4. Handling the Lyrics tag | GroupDocs

    This article explains how to handle Lyrics tag....metadata for specific formats / Audio / Working with MP3 metadata...then saved in the audio file between the audio and the ID3 tag...

    docs.groupdocs.com/metadata/java/handling-the-l...
  5. Handling the Lyrics tag | GroupDocs

    This article explains how to handle Lyrics tag....metadata for specific formats / Audio / Working with MP3 metadata...then saved in the audio file between the audio and the ID3 tag...

    docs.groupdocs.com/metadata/net/handling-the-ly...
  6. Working with Metadata in ASF Files | GroupDocs

    Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....StreamType ); //Display the audio stream properties AsfAudioStreamProper...) { Console . WriteLine ( "Audio bits per sample: {0}" , audioStreamProperty...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Working with resources | GroupDocs

    This article demonstrates and explains different operations with resources, including retrieving them in different scenarios when editing documents with GroupDocs.Editor for Python via .NET.... can also contain embedded audio files. GroupDocs.Editor allows...resources: CSS stylesheets. Audio files: MP3. Preparations Let’s...

    docs.groupdocs.com/editor/python-net/working-wi...
  8. Working with metadata in ASF files | GroupDocs

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....getStreamType ())); //Display the audio stream properties if ( property...println ( String . format ( "Audio bits per sample: %s" , audioStreamProperty...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...container format used to store audio and video multimedia. This data...and RIFF INFO from the WAV audio files in Java . This article...

    blog.groupdocs.com/groupdocs.blog/page/32/
  10. GroupDocs.Metadata Overview | Documentation

    What is GroupDocs.Metadata? GroupDocs.Metadata for Java is a full featured class library which allows users to read and edit metadata associated with various document, image, Audio, video and many other formats. It works with most notable metadata standards: XMP, EXIF, IPTC, Image Resource Blocks, ID3 and format-specific metadata properties. The Metadata API is very flexible and easy to operate with. It provides extended capabilities allowing working with metadata in a unified way regardless of the file format....with various document, image, audio, video and many other formats...document properties, etc Manage audio metadata: ID3 tag (ID3v1, ID3v2)...

    docs.groupdocs.com/metadata/java/groupdocs-meta...