This repository was archived by the owner on Feb 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 1212
1313NO.|文件名称|摘要
1414:--:|:--|:--
15+ 0021| [ wav声音PCM数据分析] ( docs/0021_wav声音PCM数据分析.md ) | 通过wav文件了解PCM数据
15160020| [ Android_Binder通信] ( docs/0020_Android_Binder通信.md ) | 在树莓派中理解Android Binder通信
16170019| [ USB_OTG虚拟串口] ( docs/0019_USB_OTG虚拟串口.md ) | USB OTG虚拟串口,可用于学习串口通信
17180018| [ 利用AT24C02_EEPROM理解I2C通信] ( docs/0018_利用AT24C02_EEPROM理解I2C通信.md ) | 利用Overlay加载AT24C02 I2C驱动,通过i2c-tools获取数据
Original file line number Diff line number Diff line change 1+ # wav声音PCM数据分析
2+
3+ 通过wav文件了解PCM数据
4+
5+ ## steps
6+
7+ * apt-cache search audacity
8+ ```
9+ audacity - fast, cross-platform audio editor
10+ audacity-data - fast, cross-platform audio editor (data)
11+ debian-edu-doc-en - English documentation from the Debian Edu project
12+ debian-edu-doc-fr - French documentation from the Debian Edu project
13+ debian-edu-doc-nb - Bokmål documentation from the Debian Edu project
14+ debian-edu-doc-nl - Dutch documentation from the Debian Edu project
15+ debian-edu-doc-zh - Chinese documentation from the Debian Edu project
16+ forensics-extra-gui - Forensics Environment - extra GUI components (metapackage)
17+ silan - commandline tool to detect silence in audio-files
18+ vamp-plugin-sdk - audio analysis and feature extraction plugins (SDK)
19+ ```
20+ * sudo apt-get install audacity
21+ * [ 示例源代码] ( https://github.com/ZengjfOS/RaspberryPi/tree/wavefile )
22+ * make
23+ * 设置为耳机输出声音,注意关闭远程桌面进行设置:sudo rasp-config
24+ * System Options
25+ * Audio
26+ * 0 Headphones
27+ * ./wavfile
28+ * sound.wav
29+ * 声音有点难受
30+ * aplay sound.wav
31+ * 远程桌面打开:audacity
32+ * sound.wav
33+
34+ ![ 0021_wav_audacity_audio_editor.png] ( images/0021_wav_audacity_audio_editor.png )
You can’t perform that action at this time.
0 commit comments