开发者

Audio signal Processing-Retrieving information from audio [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

Is it possible to retrieve some information like some id from the audio sign开发者_StackOverflow社区al ?


First, you need to be sure of what information you want from the audio file and if the format that the audio signal is in supports the storage of meta data.

The following formats have some data associated with them:
1. wav: You may need to read the wav header for getting data such as sampling rate, bytes per sample etc.
2. mp3: Each mp3 file comes with an ID3 tag. These ID3 tags contain information such as date of recording, artist, album, track etc. These tags are optional and not all mp3 files may have them. You will need to find a good ID3 editor/reader to get at this information. A good place to start can be here.

Take a look at the android documentation. There may be something inbuilt (especially for wav formats - sampling rate etc.) already.

HTH,
Sriram.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜