Skip to content

transcode mp3 to pcm by using ffmpeg java native method

License

Notifications You must be signed in to change notification settings

blabla-yy/ffmpeg-jni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFmpeg-JNI

This project transcode mp3 files into pcm files by using FFmpeg native method.

Why

  • Native methods can improve transcoding efficiency and reduce the cost of process switching.
  • Most of voice evaluation system require pcm source files, and this format is not commonly used. So audio transcoding will be used frequently.

Build

  1. Install FFmpeg
  2. Modify shell variable
  3. Compile to binary using linux.sh or mac.sh
  4. Modify AudioTranscoder.java
  5. Run AudioTranscoder main method

About

transcode mp3 to pcm by using ffmpeg java native method

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages