-
Notifications
You must be signed in to change notification settings - Fork 618
Add Audio File Transfer Application #6885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| # CONFIG_EXAMPLES_MEMORY_FRAGMENTATION_TEST is not set | ||
| # CONFIG_EXAMPLES_NETTEST is not set | ||
|
|
||
| CONFIG_EXAMPLES_AFT=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should not enabled permanantly
|
please add very detailed description & you can push python file too. |
|
How about changing the name commonly? It can be used for all files as well as audio files. |
| # CONFIG_EXAMPLES_MEMORY_FRAGMENTATION_TEST is not set | ||
| # CONFIG_EXAMPLES_NETTEST is not set | ||
|
|
||
| #CONFIG_EXAMPLES_AFT is not set |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add blank
|
|
||
| receive_file(target_addr=args.a, send_file_name=args.s, | ||
| target_file_name=args.t) | ||
|
No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please put extra line
| #!/usr/bin/env python3 | ||
| ############################################################################ | ||
| # | ||
| # Copyright 2020 Samsung Electronics All Rights Reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2025
Add Audio File Transfer Application
This is guided to use AFT (Audio File Transfer) sample app to transfer file from RTL8730E board to local PC
python minimal_file_transfer.py -a -s -t
i.e. : python minimal_file_transfer.py -a "192.168.1.248" -s D:\check_audio\record2.pcm -t /mnt/record2.pcm