-
Notifications
You must be signed in to change notification settings - Fork 402
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
Added basic recorder functionality #177
Conversation
Docs, second swipe, disable wifi
Phoniebox with Logitech V20 Speaker MiczFlor#164
fix trackEdit.php and audiofolders
web app upload edit delete tracks
adding php.ini sample file
darn, forgot to change the version number... :)
docs php.ini config
Hi @toblinga |
The code is checking if a recording is already running, => no other record
process will be started.
The max record time is set to 10 min.
My plan is
* to start the record by holding a button more then 2 sec
* to start the record by push the (same) button once (short)
* to visualise the recorder status with a LED (on if recording)
|
I like your idea of pressing a button for 2 seconds to start a record! That maybe makes it possible to use the Play button to start a record.
|
This sounds also good. But for my "end user" it would be to complicated. ;)
My idea was to have a play recordings card, to access the recordings
folder. To select the record file, can be used the back/forward buttons.
Ideally I find a solution to sort the content of the recordings folder desc
of asc (which is default). Then the newest recording would play as first.
Maybe would it be possible to add a additional property in folder.txt
Franzformator <notifications@github.com> schrieb am Di., 4. Sep. 2018,
14:54:
… I like your idea of pressing a button for 2 seconds to start a record!
That maybe makes it possible to use the Play button to start a record.
My use-Case would be:
-
Swipe a “Record-RFID-Card”
-
The Phoniebox plays the related Record
-
Press the Play button to Pause/Stop the Track
-
Press the Play button for 2 seconds -> A new Record starts and the old
Record will be overwritten
-
Press the Play button to stop the recording
-
Press again Play to start the new Record or swipe another RFID-Card
-
Now you can recall the Record with your “Record-RFID-Card” or play
every or play every other RFID-Card
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#177 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFLbaPH8Rg37QjPHmf8_wtPeE2lbTWT_ks5uXnf_gaJpZM4WYCTO>
.
|
You are write, my suggestion could be a bit complicated to the „end user“ (-; But I still like the idea of having several “Recording-Cards” that could be “filled” with different records. That gives the “end user” the easy possibility to play with his records (maybe easier such as toggling with the Fwd/Bwd buttons). Maybe it is possible (I have no clue) to implement such Record-Folders that are related to specific RFID-Cards. A solution for the Record button could be, that all new records are stored to the Record-Folder that was used at last. Another suggestion for the Record Folder: Thinking about the “end user” I can imagine that he will presses the record button several times just for fun, that would lead to a messed-up storage (-: |
I am working on subfolder support now. An easy way to assign RFID to single recordings would then be: wrap each recording in a subfolder. Then the root recording „play all subfolders“ would play them all. Each subfolder can have its own card, too. |
@toblinga |
yes, will do.
Am Mi., 5. Sep. 2018 um 09:33 Uhr schrieb Micz Flor <
notifications@github.com>:
… @toblinga <https://github.com/toblinga>
Could you add a few lines to the docs/MANUAL.md file to explain the
feature?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#177 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFLbaLVMPQqLvRjD9ljyGmK1MXVA_YnBks5uX35IgaJpZM4WYCTO>
.
|
Hello @toblinga do you already have a solution for the GPIO Rec-Button and the status LED? Many Thanks in Advance! |
We have the "Brio Sprechender Bahnhof" which has similar functionality.
Now, the only thing missing is the playback of the last recording. My suggestion is to add another command such as playback to the playout_controls that triggers the playback of the latest recording. Bonus:
|
Hi all! I tried the recorder functionality today.
|
I'm using a USB sound card which has also a line in for micro.
With following lines the phoniebox is able to record audio (currently uncomressed), which can be controlled via RFID Cards.
The Recording and the play back can be simultaneous.
The recordings (files) are be stored into "$path_to_audiofiles"/Recordings. The Filename is the start date/time of the recording.
Next planed improvements: