Skip to content

Allow using Server.record() with absolute paths#280

Open
taconi wants to merge 1 commit intoQirky:masterfrom
taconi:rec-dir
Open

Allow using Server.record() with absolute paths#280
taconi wants to merge 1 commit intoQirky:masterfrom
taconi:rec-dir

Conversation

@taconi
Copy link

@taconi taconi commented Jun 8, 2025

Examples

  • Recording in the default DIR (FoxDot.lib.Settings.RECORDING_DIR)
d1 >> play('x-o-')  # producing sound for recording

Server.record('inrec.aiff')  # starting the recording

Server.stopRecording()  # stopping the recording

print(RECORDING_DIR + '/default.aiff')  # showing the full recording path
  • Recording in an alternative directory
d1 >> play('V:O:')  # producing sound for recording

Server.record('/home/user/alternative.aiff')  # starting the recording in a different path from default

Server.stopRecording()  # stopping the recording

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant